- Try to fix build on 6.x (untested)
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
This commit is contained in:
parent
e752ad9860
commit
513cda90c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261692
1 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,12 @@ CMAKE_ARGS= -DDOC_DIR="${LOCALBASE}/share/doc/gemrb" -DMAN_DIR="${LOCALBASE}/man
|
|||
|
||||
MAN6= gemrb.6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
USE_GCC= 4.2+
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-noportdocs-*
|
||||
|
@ -41,4 +47,4 @@ post-install:
|
|||
fi
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue