mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Mark as broken on powerpc-9: gcc segfault.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
ed79e0a1d6
commit
7f066c452d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285504
@ -57,6 +57,9 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
.if ${ARCH} == "i386"
|
||||
CFLAGS= -O0
|
||||
.endif
|
||||
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not build on powerpc-9
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GTK2) && defined(WITHOUT_SDL)
|
||||
IGNORE= GTK+2 player needs SDL
|
||||
|
Loading…
Reference in New Issue
Block a user