diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-29 01:31:33 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-29 01:31:33 +0000 |
commit | 297bafcc08694e44ce10d2e8dfe4e380b83b6a19 (patch) | |
tree | db811048dbcd46bbed2b7c68559a90c985ff6030 /security/gnupg | |
parent | 1fe61b3507142cb36cb8ee2b3c08f49b94a1156a (diff) | |
download | ports-297bafcc08694e44ce10d2e8dfe4e380b83b6a19.tar.gz ports-297bafcc08694e44ce10d2e8dfe4e380b83b6a19.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnupg/files/patch-configure b/security/gnupg/files/patch-configure new file mode 100644 index 000000000000..eb07a457fb76 --- /dev/null +++ b/security/gnupg/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Apr 29 23:59:16 2002 ++++ configure Thu Aug 29 10:23:41 2002 +@@ -3799,7 +3799,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lldap -llber -lresolv $LIBS" ++LIBS="-lldap -llber $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line 3804 "configure" + #include "confdefs.h" |