aboutsummaryrefslogtreecommitdiff
path: root/mail/spmfilter
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-05-11 23:35:20 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-05-11 23:35:20 +0000
commitb54ac8632b85b3fcce535e94dd36e08b2e08dcb1 (patch)
tree58fd51bc83ad2da239e968d6ce5e96832bac8473 /mail/spmfilter
parent69a89507d8c05d653283e1b0c57e9787a82bc308 (diff)
downloadports-b54ac8632b85b3fcce535e94dd36e08b2e08dcb1.tar.gz
ports-b54ac8632b85b3fcce535e94dd36e08b2e08dcb1.zip
- Fix build on 6.x
Reported by: pointyhat via pav@ Approved by: itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer)
Notes
Notes: svn path=/head/; revision=254175
Diffstat (limited to 'mail/spmfilter')
-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