- Fix build on 6.x

Reported by:	pointyhat via pav@
Approved by:	itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer)
This commit is contained in:
Sahil Tandon 2010-05-11 23:35:20 +00:00
parent 69a89507d8
commit b54ac8632b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254175

View file

@ -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