aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2006-06-29 20:27:12 +0800
committerdaichi <daichi@FreeBSD.org>2006-06-29 20:27:12 +0800
commit7c08dae92c80c3371be2ff8531eb699f2419c4c8 (patch)
tree6cc89c4989edc7e92ebf1707162a9ec02516bd6d /cad
parent7511eecdb365e61fe306e3cc073b2b3317cf5f45 (diff)
downloadfreebsd-ports-gnome-7c08dae92c80c3371be2ff8531eb699f2419c4c8.tar.gz
freebsd-ports-gnome-7c08dae92c80c3371be2ff8531eb699f2419c4c8.tar.zst
freebsd-ports-gnome-7c08dae92c80c3371be2ff8531eb699f2419c4c8.zip
cad/libgeda - fix pkgconfig's LDFLAGS
PR: ports/99580 Submitted by: maintainer
Diffstat (limited to 'cad')
-rw-r--r--cad/libgeda/files/patch-libgeda.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/libgeda/files/patch-libgeda.pc.in b/cad/libgeda/files/patch-libgeda.pc.in
new file mode 100644
index 000000000000..4432b90db330
--- /dev/null
+++ b/cad/libgeda/files/patch-libgeda.pc.in
@@ -0,0 +1,9 @@
+--- libgeda.pc.in.orig Wed Jun 28 02:38:37 2006
++++ libgeda.pc.in Wed Jun 28 02:38:47 2006
+@@ -7,5 +7,5 @@
+ Description: gEDA/gaf's core library
+ Requires:
+ Version: @VERSION@
+-Libs: -L${libdir} -lgeda @LIBGEDA_LDFLAGS@
++Libs: -L${libdir} @LIBGEDA_LDFLAGS@ -lgeda
+ Cflags: -I${includedir} @LIBGEDA_CFLAGS@