summaryrefslogtreecommitdiff
path: root/cad/libgeda/files
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2006-06-29 12:27:12 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2006-06-29 12:27:12 +0000
commit1116aaeb5a100db9600b28b3986601f1a48ba96a (patch)
tree6943bcf57baf6a4be0baefa71b37e1bf494f3b57 /cad/libgeda/files
parentTaskStep is a list and to-do manager for local php servers. It requires a (diff)
cad/libgeda - fix pkgconfig's LDFLAGS
PR: ports/99580 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=166584
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..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@