summaryrefslogtreecommitdiff
path: root/net/gq/files/patch-aa
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-25 15:42:29 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-25 15:42:29 +0000
commitcecce08851a552030019d5afd1cf15ccc29df333 (patch)
tree8b35ac289a1050e3ba47f831405099ffaa514915 /net/gq/files/patch-aa
parent- Fix LIB_DEPENDS (diff)
Upgrade to version 0.4
PR: 25332 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=38697
Diffstat (limited to 'net/gq/files/patch-aa')
-rw-r--r--net/gq/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/gq/files/patch-aa b/net/gq/files/patch-aa
deleted file mode 100644
index f56e8613a0d4..000000000000
--- a/net/gq/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Thu Jun 8 12:52:28 2000
-+++ configure Thu Jun 8 12:53:58 2000
-@@ -1322,7 +1322,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lldap -llber -lresolv $LIBS"
-+LIBS="-lldap -llber $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1328 "configure"
- #include "confdefs.h"
-@@ -1350,7 +1350,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBS="$LIBS -lldap -llber -lresolv"
-+ LIBS="$LIBS -lldap -llber"
- else
- echo "$ac_t""no" 1>&6
- { echo "configure: error: Cannot find libldap" 1>&2; exit 1; }