freebsd-ports/mail/balsa2/files/patch-libmutt_configure
Joe Marcus Clarke 063b6a9969 * Update to 2.0.8
* De-pkg-comment
2003-02-19 09:05:30 +00:00

11 lines
494 B
Text

--- libmutt/configure.orig Wed Feb 19 03:57:44 2003
+++ libmutt/configure Wed Feb 19 03:58:16 2003
@@ -9873,7 +9873,7 @@
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"