pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/mgl graphics/mgl works with sh3el architecture.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/353f5f4e4e37
branches:  trunk
changeset: 521449:353f5f4e4e37
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 12 08:23:03 2006 +0000

description:
graphics/mgl works with sh3el architecture.
Reported by Yasushi Oshima in PR 31880.

diffstat:

 graphics/mgl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dc05b1439d78 -r 353f5f4e4e37 graphics/mgl/Makefile
--- a/graphics/mgl/Makefile     Sun Nov 12 07:01:07 2006 +0000
+++ b/graphics/mgl/Makefile     Sun Nov 12 08:23:03 2006 +0000
@@ -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 @@
 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 @@
        ${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



Home | Main Index | Thread Index | Old Index