summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 12:20:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 12:20:58 +0000
commitf50c7f319999335caab08824b7d758a2db7d5bc5 (patch)
tree44596052527a5d27fc74ac9b68213ccc625d720c /x11-toolkits/xview
parentBROKEN on amd64: Build fails (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=103004
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r--x11-toolkits/xview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index bb08008fb2db..35194499c1d6 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -28,6 +28,12 @@ ALL_TARGET= World
MAN1= msgfmt.1 xgettext.1 xview.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's+/usr/X11R6+${PREFIX}+;' \
${WRKSRC}/config/XView.cf
@@ -49,4 +55,4 @@ post-install:
@(cd ${WRKSRC}; ${MAKE} -k 'SUBDIRS=doc' install)
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>