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/spamilter | |
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/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index b43955ae8162..7f20b3938d76 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -20,8 +20,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --have-resn USE_RC_SUBR= spamilter -CFLAGS+= ${PTHREAD_CFLAGS:S=""==} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread MAKE_ENV+= __MAKE_CONF=/dev/null BINFILES= spamilter-system-report spamilter-user-report |