diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:52:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:52:51 +0800 |
commit | 2560905d55e23fd24ba3c8091959d9a2eac6c6db (patch) | |
tree | 98579431008287652262cfe1ec193fbaf922ec84 /graphics | |
parent | 974de39aabb03edc4997bb7464ce2e7996b76f28 (diff) | |
download | freebsd-ports-gnome-2560905d55e23fd24ba3c8091959d9a2eac6c6db.tar.gz freebsd-ports-gnome-2560905d55e23fd24ba3c8091959d9a2eac6c6db.tar.zst freebsd-ports-gnome-2560905d55e23fd24ba3c8091959d9a2eac6c6db.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/agg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 6c1c70cb86c9..a6aacb247056 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -33,4 +33,10 @@ post-patch: pre-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ACLOCAL_ARGS="${ACLOCAL_ARGS}" ${SH} autogen.sh -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |