1
0
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:
Mark Linimon 2011-11-11 03:00:37 +00:00
parent ed79e0a1d6
commit 7f066c452d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285504

View File

@ -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