aboutsummaryrefslogtreecommitdiffstats
path: root/lang/io
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-08-17 05:26:23 +0800
committerpav <pav@FreeBSD.org>2009-08-17 05:26:23 +0800
commitdeb06f8f61a521aa5c773fd4acfcc8b46fb02f3a (patch)
tree200ba9a4e0832354d3c3c81b911a3cbcf9c13536 /lang/io
parent8dbaea01a9feb0b5b4ae8c07f6469e2d3f2e7e8c (diff)
downloadfreebsd-ports-gnome-deb06f8f61a521aa5c773fd4acfcc8b46fb02f3a.tar.gz
freebsd-ports-gnome-deb06f8f61a521aa5c773fd4acfcc8b46fb02f3a.tar.zst
freebsd-ports-gnome-deb06f8f61a521aa5c773fd4acfcc8b46fb02f3a.zip
- Mark BROKEN on amd64: does not link
Reported by: pointyhat
Diffstat (limited to 'lang/io')
-rw-r--r--lang/io/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile
index 6b96e782a08e..fd6921ae5f73 100644
--- a/lang/io/Makefile
+++ b/lang/io/Makefile
@@ -33,6 +33,12 @@ DEFAULT_ADDONS= AsyncRequest Blowfish Box CGI ContinuedFraction Curses \
PORTDOCS= *
PORTEXAMPLES= *
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= does not link
+.endif
+
post-patch:
@cd ${WRKSRC}/addons && for addon in *; do \
if ! ${ECHO_CMD} ${DEFAULT_ADDONS} | ${GREP} $$addon > /dev/null; then \
@@ -59,4 +65,4 @@ post-install:
@cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>