aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2005-03-02 16:07:10 +0800
committerkevlo <kevlo@FreeBSD.org>2005-03-02 16:07:10 +0800
commit63a96bd0c4cf5bcf285bfab9b295156f245c4308 (patch)
treef4965e6bb99166ac25a9472f0598070648d3d7e0 /editors
parente7304e3bd5a0f47014e1d37862b6e788d6484c5e (diff)
downloadfreebsd-ports-gnome-63a96bd0c4cf5bcf285bfab9b295156f245c4308.tar.gz
freebsd-ports-gnome-63a96bd0c4cf5bcf285bfab9b295156f245c4308.tar.zst
freebsd-ports-gnome-63a96bd0c4cf5bcf285bfab9b295156f245c4308.zip
Build under amd64 with no problem.
PR: ports/78048 Submitted by: Conrad J. Sabatier <conrads@cox.net>
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>