diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
commit | 686a04b74abcca3ca33bbecfc6929632e092e84a (patch) | |
tree | 3b8958b1bb3cc35feca131ed85cc953e08b14c9d /graphics/libvisual | |
parent | 08a2e61d8a80056b49456688a226da265e78733a (diff) |
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Notes
Notes:
svn path=/head/; revision=251920
Diffstat (limited to 'graphics/libvisual')
-rw-r--r-- | graphics/libvisual/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 5c6972941e69..dec30095b890 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -27,6 +27,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -mmmx +.elif ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc .endif post-patch: |