1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

cad/libgeda - fix pkgconfig's LDFLAGS

PR:		ports/99580
Submitted by:	maintainer
This commit is contained in:
Daichi GOTO 2006-06-29 12:27:12 +00:00
parent 84c0b97637
commit 1116aaeb5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166584

View File

@ -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@