summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2005-03-02 08:07:10 +0000
committerKevin Lo <kevlo@FreeBSD.org>2005-03-02 08:07:10 +0000
commita6716d086f7fe6f1b58eb839e49b6feb67433500 (patch)
treec7123a1e1a62f230a929e5edf3223a9b6e01bd75 /editors
parentFix build on FreeBSD 4.x-alpha by update to fresh bugfix release 0.1.23. (diff)
Build under amd64 with no problem.
PR: ports/78048 Submitted by: Conrad J. Sabatier <conrads@cox.net>
Notes
Notes: svn path=/head/; revision=130157
Diffstat (limited to 'editors')
-rw-r--r--editors/kxmleditor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile
index 6c7e541f4bc8..30422a000a22 100644
--- a/editors/kxmleditor/Makefile
+++ b/editors/kxmleditor/Makefile
@@ -26,8 +26,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= "Does not compile on amd64 or ia64"
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
.endif
.include <bsd.port.post.mk>