diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
commit | c55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (patch) | |
tree | 123ddeae4f07536b3d89acc6409ce124aa06d373 /security/clamsmtp/files/patch-configure | |
parent | math category: Remove $PTHREAD_LIBS (diff) |
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382200
Diffstat (limited to 'security/clamsmtp/files/patch-configure')
-rw-r--r-- | security/clamsmtp/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamsmtp/files/patch-configure b/security/clamsmtp/files/patch-configure index 5d025d1c5658..cfeb5a9c3341 100644 --- a/security/clamsmtp/files/patch-configure +++ b/security/clamsmtp/files/patch-configure @@ -5,7 +5,7 @@ # 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" ++acx_pthread_flags="pthreads none -Kthread -kthread -lpthread -pthread -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: |