diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:52:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:52:51 +0000 |
commit | d794529c2a96392fa752b4bced689f730e9b8a5b (patch) | |
tree | cb8e867ae98310ab210d878d9b6e4959e2a428df /graphics/agg | |
parent | - Update to 0.11.3 (diff) |
Mark as broken on sparc64: does not compile.
Notes
Notes:
svn path=/head/; revision=206570
Diffstat (limited to 'graphics/agg')
-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> |