summaryrefslogtreecommitdiff
path: root/net-p2p/gift-openft/files/patch-configure
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 11:32:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 11:32:43 +0000
commit1ba7a72b288533868712998a4e0404cb11c22009 (patch)
tree913c57f70daf52dd246f844274aae517e65294da /net-p2p/gift-openft/files/patch-configure
parentAdd INSTALLS_SHLIB definition. (diff)
new port: net/gift-openft
add new port: net/gift-openft - An OpenFT plugin for gift This is the first of three available gift plugins (at the moment). As soon as gift gets commited I'll send PRs for gift-gnutella and gift-fasttrack. PR: ports/56485 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Diffstat (limited to 'net-p2p/gift-openft/files/patch-configure')
-rw-r--r--net-p2p/gift-openft/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/gift-openft/files/patch-configure b/net-p2p/gift-openft/files/patch-configure
new file mode 100644
index 000000000000..b47dabfcd320
--- /dev/null
+++ b/net-p2p/gift-openft/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Fri Sep 5 01:16:52 2003
++++ configure Fri Sep 5 01:16:58 2003
+@@ -8710,7 +8710,7 @@
+ LIBS="$LIBS -l$dbname"
+ echo "$as_me:$LINENO: checking for libdb (-l$dbname)" >&5
+ echo $ECHO_N "checking for libdb (-l$dbname)... $ECHO_C" >&6
+-if test "${found_libdb+set}" = set; then
++if test "${found_libdb}+set" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$cross_compiling" = yes; then
+@@ -8790,7 +8790,7 @@
+ echo "${ECHO_T}$found_libdb" >&6
+ CFLAGS="$ac_save_CFLAGS"
+ LIBS="$ac_save_LIBS"
+- if test x$found_libdb == xyes; then break; fi
++ if test x$found_libdb = xyes; then break; fi
+ done
+ use_libdb=$found_libdb
+ else