aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sid-milter
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 19:41:17 +0800
committermarino <marino@FreeBSD.org>2015-03-25 19:41:17 +0800
commit7a3c09c8629c7b7c365ea80e46d946d1da82663c (patch)
tree6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/sid-milter
parent2cdc49d75ec39e3aa9a1f18bc0ccd327f6c00e99 (diff)
downloadfreebsd-ports-gnome-7a3c09c8629c7b7c365ea80e46d946d1da82663c.tar.gz
freebsd-ports-gnome-7a3c09c8629c7b7c365ea80e46d946d1da82663c.tar.zst
freebsd-ports-gnome-7a3c09c8629c7b7c365ea80e46d946d1da82663c.zip
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA) tests. The sendmail port has many problems, but this was already known by myself as I fixed it properly on DPorts last week. It's a forward action to submit a PR against mail/sendmail. * antivirus-milter (CP) * dk-milter (CP) * milter-regex (CP) * sendmail (CP, QA) approved by: PTHREAD blanket
Diffstat (limited to 'mail/sid-milter')
-rw-r--r--mail/sid-milter/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 1296224168f7..35755fc06a04 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -46,9 +46,7 @@ PLIST_FILES+= include/libar.h lib/libar.a man/man3/ar.3.gz
.endif
pre-configure:
- ${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \
- -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|' \
- -e "s|\`-O'|\`${CFLAGS}'|g" \
+ ${REINPLACE_CMD} -e "s|\`-O'|\`${CFLAGS}'|g" \
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/devtools/OS/FreeBSD
${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \