diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-16 09:13:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-16 09:13:28 +0000 |
commit | 4f18c570eeea14273ebf788cb1e0c110fcc51280 (patch) | |
tree | a12c4fb25259c3fda74af3cdb2112bf0f6717478 /devel/gconf2/files/patch-configure | |
parent | df018b30f883af31c964ca36e8feb6434ced1bf2 (diff) |
Notes
Diffstat (limited to 'devel/gconf2/files/patch-configure')
-rw-r--r-- | devel/gconf2/files/patch-configure | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure index 1e91b12da41c..13d38f0f5156 100644 --- a/devel/gconf2/files/patch-configure +++ b/devel/gconf2/files/patch-configure @@ -1,7 +1,14 @@ ---- configure.orig Mon Feb 11 15:20:43 2002 -+++ configure Mon Feb 11 15:22:24 2002 -@@ -8516,3 +8516,3 @@ + +$FreeBSD$ + +--- configure 2002/02/15 19:11:46 1.1 ++++ configure 2002/02/15 19:12:30 +@@ -7752,7 +7752,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else --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 - as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` +- for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3"; do ++ for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3" "-ldb3"; do + if test "x${with_db3_libs}" != "x"; then + LIBS="$LIBS -L$with_db3_libs $db3libs" + else |