mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- 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:
parent
6313b742d8
commit
10bc2c3ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389871
1 changed files with 5 additions and 1 deletions
|
@ -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|| ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue