diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-20 07:48:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-20 07:48:40 +0000 |
commit | bf007f80d902b71cea20d8ccffd2445132dce2f4 (patch) | |
tree | 5c2c02b98737365a04d9b94ba015d21825dd8226 /security/clamsmtp/files/patch-configure | |
parent | - Update to 1.0 (diff) |
- update to 1.4.1
- prefer -pthread than lthread
PR: 80071
Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br>
Notes
Notes:
svn path=/head/; revision=133729
Diffstat (limited to 'security/clamsmtp/files/patch-configure')
-rw-r--r-- | security/clamsmtp/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/clamsmtp/files/patch-configure b/security/clamsmtp/files/patch-configure new file mode 100644 index 000000000000..4d22f6a8e7fd --- /dev/null +++ b/security/clamsmtp/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 -pthreads lthread -mthreads pthread --thread-safe -mt pthread-config" + + # The ordering *is* (sometimes) important. Some notes on the + # individual items follow: |