diff options
author | toshii <toshii> | 2002-07-19 08:52:31 +0000 |
---|---|---|
committer | toshii <toshii> | 2002-07-19 08:52:31 +0000 |
commit | 4ae1d5f8b25e986c91e9f0057a05e13070b279e0 (patch) | |
tree | 19396048cd3c098fe0d9a94ade9ab7139a5aac04 /graphics | |
parent | 3e95fe852df489498591a5ccb293f1889a5d3fdb (diff) | |
download | pkgsrc-4ae1d5f8b25e986c91e9f0057a05e13070b279e0.tar.gz |
Enable this on arm, because it works fine on my hpcarm device (jornada720).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mgl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index d14b7d39cd2..0d37bfe2e94 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:12 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2002/07/19 08:52:31 toshii Exp $ # DISTNAME= mgl2-alpha-020 @@ -33,12 +33,12 @@ NINEDOCS= README.txt CHANGES.doc MGLFONTUTILS= mgl_fontcreate.c MGLUTILS= kill_mgl.sh mglcons.sh set_mgl.sh -ONLY_FOR_PLATFORM= *-*-i386 *-*-mipsel +ONLY_FOR_PLATFORM= *-*-arm *-*-i386 *-*-mipsel .include "../../mk/bsd.prefs.mk" post-configure: -.if ${MACHINE_ARCH} == "mipsel" +.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mipsel" @${MV} -f ${WRKSRC}/conf/config.mk-hpcmips ${WRKSRC}/conf/config.mk.tmp .else @${MV} -f ${WRKSRC}/conf/config.mk-netbsd-i386-x ${WRKSRC}/conf/config.mk.tmp |