mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
BROKEN on ia64 and sparc64: Runaway cc1plus process
This commit is contained in:
parent
a7f90fdd5a
commit
f03f93f5bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139762
@ -28,6 +28,10 @@ TARGET_DIR= ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= "Runaway cc1plus process"
|
||||
.endif
|
||||
|
||||
.if ( ${OSVERSION} < 500035 )
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user