summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon>2011-09-26 19:24:10 +0000
committerryoon <ryoon>2011-09-26 19:24:10 +0000
commit81c75d2f69236363f4fdb57729ef58a12c5f1f06 (patch)
treefd870ab6c2337e2da590f84ab4cc60aa6b28f68d /emulators
parentd09afcb4fa6a99c43843fe794dfabf3a26ca7311 (diff)
downloadpkgsrc-81c75d2f69236363f4fdb57729ef58a12c5f1f06.tar.gz
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.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile4
1 files changed, 2 insertions, 2 deletions
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