summaryrefslogtreecommitdiff
path: root/graphics/mgl
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-12 08:23:03 +0000
committerobache <obache@pkgsrc.org>2006-11-12 08:23:03 +0000
commitbe23d8c5d76f7891a285575c5051a7c456a9c82f (patch)
tree2a95b660cbf38df74cbee74a5f6c3eb7b146b242 /graphics/mgl
parentedcdcf434a8a29213d03cec4db654873bd7fdfea (diff)
downloadpkgsrc-be23d8c5d76f7891a285575c5051a7c456a9c82f.tar.gz
graphics/mgl works with sh3el architecture.
Reported by Yasushi Oshima in PR 31880.
Diffstat (limited to 'graphics/mgl')
-rw-r--r--graphics/mgl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile
index 3d676eaab73..2072635e451 100644
--- a/graphics/mgl/Makefile
+++ b/graphics/mgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/06/14 10:30:34 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2006/11/12 08:23:03 obache Exp $
#
DISTNAME= mgl2-alpha-020
@@ -30,7 +30,7 @@ NINEDOCS= README.txt CHANGES.doc
MGLFONTUTILS= mgl_fontcreate.c
MGLUTILS= kill_mgl.sh mglcons.sh set_mgl.sh
-ONLY_FOR_PLATFORM= *-*-arm *-*-i386 *-*-mipsel
+ONLY_FOR_PLATFORM= *-*-arm *-*-i386 *-*-mipsel *-*-sh3el
.include "../../mk/bsd.prefs.mk"
@@ -40,7 +40,7 @@ pre-configure:
${MV} ${WRKSRC}/utils/mglcons.sh.new ${WRKSRC}/utils/mglcons.sh
post-configure:
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mipsel"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "sh3el"
${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