From 81c75d2f69236363f4fdb57729ef58a12c5f1f06 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 26 Sep 2011 19:24:10 +0000 Subject: Fix build on Linux. Add OSTYPE=${LOWER_OPSYS} to MAKE_FLAGS. See 0readme_38.txt in distfile. Tested on Gentoo Linux, NetBSD/i386 5.1, NetBSD/i386 5.99.55. --- emulators/simh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/simh/Makefile') diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index b888a2ac545..b8e9fe197f5 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/06/19 13:59:52 obache Exp $ +# $NetBSD: Makefile,v 1.32 2011/09/26 19:24:10 ryoon Exp $ # DISTNAME= simhv38-1 @@ -30,7 +30,7 @@ BUILDLINK_TRANSFORM+= rm:-O2 INSTALLATION_DIRS= bin share/simh share/doc/simh MAKE_FILE= makefile -MAKE_FLAGS+= USE_NETWORK=YES +MAKE_FLAGS+= USE_NETWORK=YES OSTYPE=${LOWER_OPSYS} post-extract: ${MKDIR} ${WRKSRC}/BIN -- cgit v1.2.3