aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 11:52:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 11:52:51 +0000
commitd794529c2a96392fa752b4bced689f730e9b8a5b (patch)
treecb8e867ae98310ab210d878d9b6e4959e2a428df /graphics/agg
parentb32134eda71b12af41c384933cc1293ed7306230 (diff)
downloadports-d794529c2a96392fa752b4bced689f730e9b8a5b.tar.gz
ports-d794529c2a96392fa752b4bced689f730e9b8a5b.zip
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/Makefile8
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>