diff options
author | itojun <itojun@pkgsrc.org> | 2000-12-12 17:42:55 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-12-12 17:42:55 +0000 |
commit | 0b3d3ed77478bcd9cbb02056146096e238b22789 (patch) | |
tree | 5ec280fecfff948dfb4525f70a07f318301e8b3a /mail/qpopper/patches | |
parent | 9ae006149f1d0082eddc452a921009f360e65721 (diff) | |
download | pkgsrc-0b3d3ed77478bcd9cbb02056146096e238b22789.tar.gz |
ignore gdbm. PR 11706.
Diffstat (limited to 'mail/qpopper/patches')
-rw-r--r-- | mail/qpopper/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qpopper/patches/patch-aa b/mail/qpopper/patches/patch-aa new file mode 100644 index 00000000000..06fd3e5467e --- /dev/null +++ b/mail/qpopper/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2000/12/12 17:42:56 itojun Exp $ + +--- configure.orig Wed Dec 13 02:25:38 2000 ++++ configure Wed Dec 13 02:35:14 2000 +@@ -3524,7 +3524,7 @@ + LIBS="$ac_save_LIBS" + + fi +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ++if eval "test 0 = 1"; then + echo "$ac_t""yes" 1>&6 + DBM_LIBS="-lgdbm";\ + echo "$ac_t""found gdbm" 1>&6;\ |