diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-24 05:59:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-24 05:59:10 +0000 |
commit | a6bca616960fd70515ccc41adc2b7eec2ec4d2c5 (patch) | |
tree | b2a0b83402bfec7575bac5efc127b9398959c9b7 /security/gnupg/files/patch-configure | |
parent | - Update to 0.4.0 (diff) |
Upgrade to 1.2.4.
Notes
Notes:
svn path=/head/; revision=96511
Diffstat (limited to 'security/gnupg/files/patch-configure')
-rw-r--r-- | security/gnupg/files/patch-configure | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/security/gnupg/files/patch-configure b/security/gnupg/files/patch-configure deleted file mode 100644 index d0072727983f..000000000000 --- a/security/gnupg/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Fri Aug 22 04:50:00 2003 -+++ configure Mon Oct 27 04:14:29 2003 -@@ -9208,7 +9208,7 @@ - echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 - echo "${ECHO_T}$ac_cv_func_dlopen" >&6 - if test $ac_cv_func_dlopen = yes; then -- : -+ found_dlopen=yes - else - echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 - echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 -@@ -9266,6 +9266,7 @@ - echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 - if test $ac_cv_lib_dl_dlopen = yes; then - found_dlopen=yes -+ need_libdl=yes - fi - - fi -@@ -9281,6 +9282,8 @@ - #define HAVE_DL_DLOPEN 1 - _ACEOF - -+ fi -+ if test x"$need_libdl" = "xyes" ; then - DLLIBS="-ldl" - - fi |