From 7cbbfb76cf0608d316ea9ccfe166b4c407e48a94 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 26 Feb 2004 09:25:56 +0000 Subject: BROKEN on alpha and amd64: Does not compile --- graphics/nip/Makefile | 8 +++++++- graphics/nip2/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/nip/Makefile b/graphics/nip/Makefile index f9fe10e8c8b4..d64f596406da 100644 --- a/graphics/nip/Makefile +++ b/graphics/nip/Makefile @@ -26,10 +26,16 @@ USE_REINPLACE= yes MAN1= nip.1 +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha or amd64" +.endif + post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in .endif -.include +.include diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index f9fe10e8c8b4..d64f596406da 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -26,10 +26,16 @@ USE_REINPLACE= yes MAN1= nip.1 +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha or amd64" +.endif + post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in .endif -.include +.include -- cgit v1.2.3