summaryrefslogtreecommitdiff
path: root/cad/libgeda/files
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 03:27:14 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 03:27:14 +0000
commit54a789c47356dd8214bf64fdd451ed22b5b5e4f8 (patch)
tree675cfc4f5c4b80b78d1713b6f7191a62b471f222 /cad/libgeda/files
parentupdate to 0.9.24 (diff)
Update to 20050313
PR: ports/80967 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=135319
Diffstat (limited to 'cad/libgeda/files')
-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..152140036a16
--- /dev/null
+++ b/cad/libgeda/files/patch-libgeda.pc.in
@@ -0,0 +1,9 @@
+--- libgeda.pc.in.orig Mon May 16 04:11:26 2005
++++ libgeda.pc.in Mon May 16 04:11:33 2005
+@@ -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@