diff options
author | itojun <itojun> | 2000-12-12 17:42:55 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-12-12 17:42:55 +0000 |
commit | 9c31ad8c25d645c26181b173704a4b3e201f7929 (patch) | |
tree | 5ec280fecfff948dfb4525f70a07f318301e8b3a /mail | |
parent | 36812da7a3a0bad6a3b6f22ac8d68d7a0081273e (diff) | |
download | pkgsrc-9c31ad8c25d645c26181b173704a4b3e201f7929.tar.gz |
ignore gdbm. PR 11706.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/qpopper/patches/patch-aa | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/mail/qpopper/files/patch-sum b/mail/qpopper/files/patch-sum new file mode 100644 index 00000000000..1ab294241e2 --- /dev/null +++ b/mail/qpopper/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.12 2000/12/12 17:42:55 itojun Exp $ + +MD5 (patch-aa) = ec24725a96035a6411b1713cc8946c4f 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;\ |