- 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:
parent
69a89507d8
commit
b54ac8632b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254175
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue