diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 01:12:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 01:12:52 +0000 |
commit | 5bffd2da7649b13b496d802156b0b34623c1279c (patch) | |
tree | 2fa8b88b341ea0971c9f448ac435936adb226146 /devel/gconf | |
parent | cd2706f2f166be5cf74716f75c32432419e739a9 (diff) | |
download | ports-5bffd2da7649b13b496d802156b0b34623c1279c.tar.gz ports-5bffd2da7649b13b496d802156b0b34623c1279c.zip |
Notes
Diffstat (limited to 'devel/gconf')
-rw-r--r-- | devel/gconf/files/patch-configure | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure index 8dff658d87e8..ef88b88578d3 100644 --- a/devel/gconf/files/patch-configure +++ b/devel/gconf/files/patch-configure @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- configure.orig Mon Apr 15 14:19:44 2002 -+++ configure Wed May 1 03:03:18 2002 +--- configure.orig Thu Mar 14 23:10:03 2002 ++++ configure Thu Jul 17 21:08:37 2003 @@ -6804,6 +6804,7 @@ # This can be used to rebuild libtool when needed @@ -16,7 +13,7 @@ $FreeBSD$ BDB_CFLAGS= -for dblib in db-3.3 db-3.2 db-3.1 db-3; do -+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do ++for dblib in ""; do as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` echo "$as_me:7950: checking for db_env_create in -l$dblib" >&5 echo $ECHO_N "checking for db_env_create in -l$dblib... $ECHO_C" >&6 |