diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-09-26 19:24:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-09-26 19:24:10 +0000 |
commit | 27ba50c59e8c10fe615a9d23681f34dfd08f92d1 (patch) | |
tree | fd870ab6c2337e2da590f84ab4cc60aa6b28f68d /emulators/simh | |
parent | 67fb557b94240373f082c2d6c264772be2510d74 (diff) | |
download | pkgsrc-27ba50c59e8c10fe615a9d23681f34dfd08f92d1.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/simh')
-rw-r--r-- | emulators/simh/Makefile | 4 |
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 |