summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-18 22:21:33 +0000
committerkris <kris@FreeBSD.org>2004-11-18 22:21:33 +0000
commitb1d12dd70b288f7f33ceebe39d481b95d8a172ed (patch)
treea0800111c80d5c0108d1bb5c77c7a542c9734578 /x11
parentc57fe4515ae62330155dc77f2f0445f28605e64b (diff)
downloadFreeBSD-ports-b1d12dd70b288f7f33ceebe39d481b95d8a172ed.zip
FreeBSD-ports-b1d12dd70b288f7f33ceebe39d481b95d8a172ed.tar.gz
BROKEN on ia64: Does not compile
Diffstat (limited to 'x11')
-rw-r--r--x11/mgapdesk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile
index f6f273d..23276ce 100644
--- a/x11/mgapdesk/Makefile
+++ b/x11/mgapdesk/Makefile
@@ -29,8 +29,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on sparc64 or ia64"
.endif
post-extract:
OpenPOWER on IntegriCloud