mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
--- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000
|
|
+++ libefs/libefs-config.in Mon Oct 16 11:20:38 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 @CRYPTLIB@
|
|
+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@
|
|
;;
|