diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 19:01:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 19:01:46 +0800 |
commit | 6462601b15995c42505ff472de523550a1378877 (patch) | |
tree | 2cd5645897dd104e11f7cc168f5c922739e2257d /graphics | |
parent | 98b67ca81f5d02d2b55f0c668b7435f73524aee9 (diff) | |
download | freebsd-ports-gnome-6462601b15995c42505ff472de523550a1378877.tar.gz freebsd-ports-gnome-6462601b15995c42505ff472de523550a1378877.tar.zst freebsd-ports-gnome-6462601b15995c42505ff472de523550a1378877.zip |
Mark broken on sparc64-9: fails to compile.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 5e57460fee94..3e549c669a85 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -71,6 +71,10 @@ PLIST_SUB+= PY="@comment " .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not compile on sparc64-9 +.endif + .if defined(WITH_LIBOIL) LIB_DEPENDS+= oil:${PORTSDIR}/devel/liboil .else |