aboutsummaryrefslogtreecommitdiff
path: root/mail/nbsmtp/files
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-13 19:46:31 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-13 19:46:31 +0000
commit96d845ae0c883d7e8e5a798bcb815a861ef4b4c9 (patch)
treec0c456707ddb135c2a6c5afa82fe8f6539a28cce /mail/nbsmtp/files
parent0c0f50821c89129e6c14686a6b03f7fd3cef6b86 (diff)
downloadports-96d845ae0c883d7e8e5a798bcb815a861ef4b4c9.tar.gz
ports-96d845ae0c883d7e8e5a798bcb815a861ef4b4c9.zip
Notes
Diffstat (limited to 'mail/nbsmtp/files')
-rw-r--r--mail/nbsmtp/files/patch-configure31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/nbsmtp/files/patch-configure b/mail/nbsmtp/files/patch-configure
new file mode 100644
index 000000000000..77a910f2f35e
--- /dev/null
+++ b/mail/nbsmtp/files/patch-configure
@@ -0,0 +1,31 @@
+--- configure.orig Mon May 2 20:19:27 2005
++++ configure Tue Jul 12 11:47:51 2005
+@@ -4583,7 +4583,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lcrypto $LIBS"
++LIBS="-lcrypto -lssl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -4640,7 +4640,7 @@
+ #define HAVE_LIBCRYPTO 1
+ _ACEOF
+
+- LIBS="-lcrypto $LIBS"
++ LIBS="-lcrypto -lssl $LIBS"
+
+ fi
+
+@@ -4948,8 +4948,8 @@
+ #define HAVE_DEBUG 1
+ _ACEOF
+
+- CFLAGS=${CFLAGS/-O?/-ggdb -O0}
+- CFLAGS=${CFLAGS/-fomit-frame-pointer/}
++ CFLAGS=`echo $CFLAGS | sed "s/-O[0-9]/-ggdb -O0/"`
++ CFLAGS=`echo $CFLAGS | sed "s/-fomit-frame-pointer//"`
+ fi
+ enableval=""
+