aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 11:53:58 +0800
committerkris <kris@FreeBSD.org>2004-04-12 11:53:58 +0800
commit692422af8dbeafe88aa3d1f29ee3c2b4ff48dd7b (patch)
tree0b253664e137bc3e91577c4faae0fcb1639f7478 /www/aria
parent89af61506a26316b4716417b1ceef08cfbb902d2 (diff)
downloadfreebsd-ports-graphics-692422af8dbeafe88aa3d1f29ee3c2b4ff48dd7b.tar.gz
freebsd-ports-graphics-692422af8dbeafe88aa3d1f29ee3c2b4ff48dd7b.tar.zst
freebsd-ports-graphics-692422af8dbeafe88aa3d1f29ee3c2b4ff48dd7b.zip
BROKEN on sparc64: Does not compile
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile
index e19ba9cebc5..0e5cd09e0de 100644
--- a/www/aria/Makefile
+++ b/www/aria/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
LDFLAGS= -L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/src/getopt*
@@ -52,4 +58,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.euc ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>