freebsd-ports/devel/bonobo/files/patch-ad

13 lines
382 B
Plaintext
Raw Normal View History

2000-10-17 14:52:08 -04:00
--- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000
+++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000
2000-10-10 13:23:19 -04:00
@@ -55,3 +55,3 @@
--cflags)
- echo -I@includedir@
+ echo -I@includedir@ @GLIB_CFLAGS@
;;
@@ -59,3 +59,3 @@
--libs)
2000-10-17 14:52:08 -04:00
- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@
+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@
2000-10-10 13:23:19 -04:00
;;