aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-05-12 07:35:20 +0800
committersahil <sahil@FreeBSD.org>2010-05-12 07:35:20 +0800
commit269476233ccd065b7d59e668c32a14afe4740db5 (patch)
tree79b49d2ffc6a077030fdb18bf35f27c24a6fc3ba
parentfe56b330d5d1363e00809c86f3be92b8cea47b13 (diff)
downloadfreebsd-ports-gnome-269476233ccd065b7d59e668c32a14afe4740db5.tar.gz
freebsd-ports-gnome-269476233ccd065b7d59e668c32a14afe4740db5.tar.zst
freebsd-ports-gnome-269476233ccd065b7d59e668c32a14afe4740db5.zip
- Fix build on 6.x
Reported by: pointyhat via pav@ Approved by: itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer)
-rw-r--r--mail/spmfilter/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile
index a5e89d5f63d1..56817b1ecc47 100644
--- a/mail/spmfilter/Makefile
+++ b/mail/spmfilter/Makefile
@@ -39,6 +39,10 @@ _REQUIRE= LOGIN
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+CMAKE_USE_PTHREAD= yes
+.endif
+
.if !defined(WITH_DB4) || defined(WITHOUT_DB4)
CMAKE_ARGS+= -DWITHOUT_DB4=TRUE
.else