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 +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include