aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/asm-xml
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-15 03:25:48 +0800
committerkris <kris@FreeBSD.org>2007-04-15 03:25:48 +0800
commite622701c7dab3e72ebe401e2eb298555338c4927 (patch)
tree6e59aacb5d637c33eae47d64056e8fa31626ee02 /textproc/asm-xml
parent8f83f3f233eed4ac37fbe6980be6efdd00d483c4 (diff)
downloadfreebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.tar.gz
freebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.tar.zst
freebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.zip
BROKEN on amd64: Does not build (sig11)
Diffstat (limited to 'textproc/asm-xml')
-rw-r--r--textproc/asm-xml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile
index aa08189a0987..c83acc416cc9 100644
--- a/textproc/asm-xml/Makefile
+++ b/textproc/asm-xml/Makefile
@@ -20,10 +20,16 @@ USE_DOS2UNIX= YES
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= Does not build on amd64
+.endif
+
post-extract:
${RM} -rf ${WRKSRC}/obj
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>