diff options
author | kris <kris@FreeBSD.org> | 2004-02-26 17:25:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-26 17:25:56 +0800 |
commit | 8fba366dd06c2fd4e574a3d156bac63642d2ea72 (patch) | |
tree | e436ae5c3ee450018dd06bb3dc271d6afe7ed8e0 /graphics | |
parent | d41eda20aa72b8451ce89e0cad1aaa070d850a5d (diff) | |
download | freebsd-ports-gnome-8fba366dd06c2fd4e574a3d156bac63642d2ea72.tar.gz freebsd-ports-gnome-8fba366dd06c2fd4e574a3d156bac63642d2ea72.tar.zst freebsd-ports-gnome-8fba366dd06c2fd4e574a3d156bac63642d2ea72.zip |
BROKEN on alpha and amd64: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nip/Makefile | 8 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> 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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |