diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
commit | 90e3f72974e86bfa4bd5088253b00202ed721f45 (patch) | |
tree | 6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/sylpheed | |
parent | 4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff) | |
download | ports-90e3f72974e86bfa4bd5088253b00202ed721f45.tar.gz ports-90e3f72974e86bfa4bd5088253b00202ed721f45.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
Notes
Notes:
svn path=/head/; revision=382203
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 8c91a5acbfa8..d2c91083c2a2 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -82,8 +82,7 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ src/icons/Makefile.in post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g;' \ + @${REINPLACE_CMD} -e 's|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g;' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/libsylph/procmime.c |