summaryrefslogtreecommitdiff
path: root/devel/bonobo/files/patch-ad
blob: 511d2ed88a1dc85b37e372c2a27608028614d96b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- libefs/libefs-config.in.orig	Thu Aug 24 18:39:10 2000
+++ libefs/libefs-config.in	Mon Oct  9 17:56:10 2000
@@ -55,3 +55,3 @@
     --cflags)
-       	echo -I@includedir@
+       	echo -I@includedir@ @GLIB_CFLAGS@
        	;;
@@ -59,3 +59,3 @@
     --libs)
-       	echo -L@libdir@ -lefs -lglib -lz -lcrypt
+       	echo -L@libdir@ -lefs @GLIB_LIBS@ -lz -lcrypt
        	;;