From 77826a265adaec69300c04bab6d60f82b29ba7d7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 12 Apr 2004 03:53:58 +0000 Subject: BROKEN on sparc64: Does not compile --- www/aria/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/aria/Makefile b/www/aria/Makefile index e19ba9cebc5f..0e5cd09e0de8 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 + +.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 +.include -- cgit v1.2.3