diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/sjeng/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/sjeng/Makefile b/games/sjeng/Makefile index 3502cc1980c..753f7af7230 100644 --- a/games/sjeng/Makefile +++ b/games/sjeng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:50:00 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/31 01:00:29 kristerw Exp $ DISTNAME= Sjeng-Free-11.0 PKGNAME= sjeng-11.0 @@ -24,6 +24,10 @@ TBDIR= ${PREFIX}/share/egtb DOCDIR= ${PREFIX}/share/doc/sjeng EGDIR= ${PREFIX}/share/examples/sjeng +.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" +GCC_REQD= 3.0 +.endif + post-build: cd ${WRKSRC}; \ file="sjeng.rc"; \ |