summaryrefslogtreecommitdiff
path: root/emulators/stella
diff options
context:
space:
mode:
authorcjep <cjep>2002-03-30 13:01:54 +0000
committercjep <cjep>2002-03-30 13:01:54 +0000
commitff5b13bbb2d602415a1dbc4d9cfc04fae90df768 (patch)
treeb1ec0f3e8ddf9aad5e2a5831f963628df30a2058 /emulators/stella
parent59355f34da9208e067479275c69c54092426abb5 (diff)
downloadpkgsrc-ff5b13bbb2d602415a1dbc4d9cfc04fae90df768.tar.gz
On arm32, explicitly set the C++ compiler flags (as a result optimization
is left off and stella builds).
Diffstat (limited to 'emulators/stella')
-rw-r--r--emulators/stella/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 11fe1326c43..e510a06a8c2 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 18:38:24 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/03/30 13:01:54 cjep Exp $
DISTNAME= stella-1.1-src
PKGNAME= stella-1.1
@@ -16,6 +16,10 @@ MAKEFILE= makefile
ALL_TARGET= unix-x
MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti"
+.if (${MACHINE_ARCH} == arm32)
+ MAKE_ENV= CXXFLAGS="-fno-rtti"
+.endif
+
post-build:
@cd ${WRKSRC}/../ui/sound && ${MAKE} oss