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:
parent
84c0b97637
commit
1116aaeb5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166584
9
cad/libgeda/files/patch-libgeda.pc.in
Normal file
9
cad/libgeda/files/patch-libgeda.pc.in
Normal 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@
|
Loading…
Reference in New Issue
Block a user