- Mark BROKEN on < 10.x amd64:

ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope

MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-06-16 23:00:02 +00:00
parent 6313b742d8
commit 10bc2c3ab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389871

View file

@ -16,7 +16,7 @@ USES= tar:bzip2
USE_XORG= x11
GNU_CONFIGURE= yes
BROKEN_ia64= Internal compiler error on ia64
BROKEN_ia64= internal compiler error on ia64
PORTEXAMPLES= ppccfg.example
PLIST_FILES= bin/ppc man/man1/ppc.1.gz %%DATADIR%%/video.x
@ -38,6 +38,10 @@ USE_GCC= yes
CONFIGURE_ARGS+= --enable-cpu=generic
.endif
.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN= does not build on FreeBSD < 10.x amd64
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|-O3|| ; \