diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 13:06:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 13:06:19 +0800 |
commit | 3660c53083b44d93d80907c559884c5415e854e2 (patch) | |
tree | b3206e326da0de79277d771c7a396e3132d1b592 /x11-wm | |
parent | 19daaf5f26b4fbc0b2fab5b5c59cf4e0bd5b9137 (diff) | |
download | freebsd-ports-gnome-3660c53083b44d93d80907c559884c5415e854e2.tar.gz freebsd-ports-gnome-3660c53083b44d93d80907c559884c5415e854e2.tar.zst freebsd-ports-gnome-3660c53083b44d93d80907c559884c5415e854e2.zip |
Mark as broken on powerpc: does not compile.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/golem/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/golem/Makefile b/x11-wm/golem/Makefile index ddd32c98d516..63bf1878bdd5 100644 --- a/x11-wm/golem/Makefile +++ b/x11-wm/golem/Makefile @@ -35,6 +35,9 @@ MAN1= golem.1 .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif .if defined(WITH_ESOUND) USE_GNOME+= esound |