archrelease: copy trunk to extra-x86_64
[arch-packages.git] / glu / repos / extra-x86_64 / 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
blobb681cad771e76de8d40c80bef5d3b7215b86d614
1 From f6b4103e237cea8c924c307ccc8f1881921d90d0 Mon Sep 17 00:00:00 2001
2 From: Kevin Bowling <kevin.bowling@kev009.com>
3 Date: Thu, 8 Jul 2021 21:51:34 -0700
4 Subject: [PATCH 2/3] pkgconfig: Drop unneeded lines from autotools build
6 Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
7 ---
8 glu.pc.in | 2 --
9 1 file changed, 2 deletions(-)
11 diff --git a/glu.pc.in b/glu.pc.in
12 index 8bb957a..9f1425c 100644
13 --- a/glu.pc.in
14 +++ b/glu.pc.in
15 @@ -1,5 +1,4 @@
16 prefix=@prefix@
17 -exec_prefix=${prefix}
18 libdir=@libdir@
19 includedir=@includedir@
21 @@ -8,5 +7,4 @@ Description: Mesa OpenGL Utility library
22 Requires: @GLU_REQUIRES@
23 Version: @VERSION@
24 Libs: -L${libdir} -lGLU
25 -Libs.private: -lm
26 Cflags: -I${includedir}
27 --
28 2.34.1