diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 19:41:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 19:41:17 +0800 |
commit | 7a3c09c8629c7b7c365ea80e46d946d1da82663c (patch) | |
tree | 6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/milter-skem | |
parent | 2cdc49d75ec39e3aa9a1f18bc0ccd327f6c00e99 (diff) | |
download | freebsd-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/milter-skem')
-rw-r--r-- | mail/milter-skem/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile index 53e3e5c04549..163fcb6dd106 100644 --- a/mail/milter-skem/Makefile +++ b/mail/milter-skem/Makefile @@ -38,12 +38,7 @@ BROKEN= Does not compile on powerpc EXTRA_PATCHES= files/timet.patch .endif -.if defined(PTHREAD_LIBS) -MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif -.if defined(PTHREAD_CFLAGS) -MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -.endif +MAKE_ENV+= PTHREAD_LIBS="-lpthread" .for o in ${PORT_OPTIONS:MSKEM_*} . if ${PORT_OPTIONS:M$o} |