diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
commit | 446fa529a82806eb4b5d0ca9ca52199ddae3860c (patch) | |
tree | 6981a1d9942485e12fb3a2896cf1fe8000415e72 /mail/balsa/patches/patch-ab | |
parent | db364f084888d3117cd18bf69709cfb6340903d1 (diff) | |
download | pkgsrc-446fa529a82806eb4b5d0ca9ca52199ddae3860c.tar.gz |
Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
Diffstat (limited to 'mail/balsa/patches/patch-ab')
-rw-r--r-- | mail/balsa/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab deleted file mode 100644 index 96f9c0fbfe4..00000000000 --- a/mail/balsa/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2003/04/26 03:09:31 rh Exp $ - ---- libmutt/configure.orig 2003-04-26 12:23:33.000000000 +1000 -+++ libmutt/configure -@@ -10514,7 +10514,7 @@ if test "${with_ssl+set}" = set; then - echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;} - { (exit 1); exit 1; }; } - fi -- if pkg-config openssl >& /dev/null; then -+ if pkg-config openssl > /dev/null 2>&1 ; then - echo here - LDFLAGS="$LIBS `pkg-config --libs openssl`" - CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS" |