freebsd-ports/devel/soup/files/patch-configure

26 lines
517 B
Plaintext

$FreeBSD$
--- configure 2001/05/28 11:58:28 1.1
+++ configure 2001/05/28 12:00:46
@@ -2202,8 +2202,8 @@
rm -f conf.glibtest
-GLIB_CFLAGS=`glib-config --cflags glib`
-GLIB_LIBS=`glib-config --libs glib`
+GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib`
+GLIB_LIBS=`$GLIB_CONFIG --libs glib`
@@ -2259,8 +2259,6 @@
save_CPPFLAGS=$CPPFLAGS
save_LIBS=$LIBS
-CPPFLAGS=
-LIBS=
echo $ac_n "checking for poptGetContext in -lpopt""... $ac_c" 1>&6
echo "configure:2267: checking for poptGetContext in -lpopt" >&5