diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-28 09:23:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-28 09:23:02 +0000 |
commit | 69fa60727b0df29ca8a7e0ecff1d13bbfcd2d478 (patch) | |
tree | 51865fddd38715a3f7373d3a9b78dbe1fc36f3cb /devel/libsoup/files/patch-configure | |
parent | Add auth_ldap. (diff) |
Update to 0.5.1.
Notes
Notes:
svn path=/head/; revision=48239
Diffstat (limited to 'devel/libsoup/files/patch-configure')
-rw-r--r-- | devel/libsoup/files/patch-configure | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/libsoup/files/patch-configure b/devel/libsoup/files/patch-configure index 3d546f6fcf4a..eeec748d44ce 100644 --- a/devel/libsoup/files/patch-configure +++ b/devel/libsoup/files/patch-configure @@ -1,20 +1,22 @@ $FreeBSD$ ---- configure 2001/05/28 11:58:28 1.1 -+++ configure 2001/05/28 12:00:46 -@@ -2202,8 +2202,8 @@ +--- configure.orig Fri Sep 28 11:59:17 2001 ++++ configure Fri Sep 28 12:00:34 2001 +@@ -5722,9 +5722,9 @@ rm -f conf.glibtest -GLIB_CFLAGS=`glib-config --cflags glib` -GLIB_LIBS=`glib-config --libs glib` +-GMODULE_LIBS=`glib-config --libs gmodule` +GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib` +GLIB_LIBS=`$GLIB_CONFIG --libs glib` ++GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` -@@ -2259,8 +2259,6 @@ +@@ -5854,8 +5854,6 @@ save_CPPFLAGS=$CPPFLAGS save_LIBS=$LIBS @@ -22,4 +24,4 @@ $FreeBSD$ -LIBS= echo $ac_n "checking for poptGetContext in -lpopt""... $ac_c" 1>&6 - echo "configure:2267: checking for poptGetContext in -lpopt" >&5 + echo "configure:5862: checking for poptGetContext in -lpopt" >&5 |