summaryrefslogtreecommitdiff
path: root/mail/proxsmtp/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:42:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:42:03 +0000
commite01a6f68f79bf089d8073588d263243af89f3fcf (patch)
tree42ac9618c066023df1bbaef7c6260d5114032131 /mail/proxsmtp/files/patch-configure
parent- Don't abort installation when we fail to make device (diff)
ProxSMTP is a flexible tool that allows you to reject, change or log
email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. You need to be able to write the filtering scripts that integrate it with your particular needs. PR: ports/80596 Submitted by: Dario Freni <saturnero@gufi.org>
Diffstat (limited to 'mail/proxsmtp/files/patch-configure')
-rw-r--r--mail/proxsmtp/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/proxsmtp/files/patch-configure b/mail/proxsmtp/files/patch-configure
new file mode 100644
index 000000000000..5d025d1c5658
--- /dev/null
+++ b/mail/proxsmtp/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Fri Apr 15 07:18:10 2005
++++ configure Wed Apr 20 15:45:54 2005
+@@ -3156,7 +3156,7 @@
+ # which indicates that we try without any flags at all, and "pthread-config"
+ # which is a program returning the flags for the Pth emulation library.
+
+-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
++acx_pthread_flags="pthreads none -Kthread -kthread %%PTHREAD_LIBS%% -pthreads lthread -mthreads pthread --thread-safe -mt pthread-config"
+
+ # The ordering *is* (sometimes) important. Some notes on the
+ # individual items follow: