aboutsummaryrefslogtreecommitdiffstats
path: root/games/el
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-20 08:08:22 +0800
committerkris <kris@FreeBSD.org>2006-01-20 08:08:22 +0800
commitb4ee335d4d6fe686a6b8c66e7d3038207863adbd (patch)
tree5e07d4f903d6bd84410d4b3148b04828de49351f /games/el
parente5a123942dfe138dcbe9de8b3d539b1e30a489f5 (diff)
downloadfreebsd-ports-gnome-b4ee335d4d6fe686a6b8c66e7d3038207863adbd.tar.gz
freebsd-ports-gnome-b4ee335d4d6fe686a6b8c66e7d3038207863adbd.tar.zst
freebsd-ports-gnome-b4ee335d4d6fe686a6b8c66e7d3038207863adbd.zip
BROKEN on sparc64: Does not compile
Diffstat (limited to 'games/el')
-rw-r--r--games/el/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/el/Makefile b/games/el/Makefile
index a6cbadaa533b..10ab6882320e 100644
--- a/games/el/Makefile
+++ b/games/el/Makefile
@@ -41,6 +41,10 @@ CFLAGS+= -DX86_64
BROKEN= "does not compile"
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
do-install:
${ECHO} "#!/bin/sh" > ${WRKDIR}/el
${ECHO} "cd ${DATADIR}; ./el.x86.bsd.bin" >> ${WRKDIR}/el