diff options
author | dmcmahill <dmcmahill> | 2000-12-27 14:08:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-12-27 14:08:39 +0000 |
commit | b69354a832e301ccf8f4ed303c10013a58229113 (patch) | |
tree | bdc21b3d04728d0ba4b63b4c21c075a4a663968c /emulators/stella | |
parent | 55be6a92623e9a86921f3a8ce0276201ff03611f (diff) | |
download | pkgsrc-b69354a832e301ccf8f4ed303c10013a58229113.tar.gz |
fix compilation on alpha.
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/files/patch-sum | 4 | ||||
-rw-r--r-- | emulators/stella/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/stella/files/patch-sum b/emulators/stella/files/patch-sum index 6aa9d9a5e0f..73dc9afeea6 100644 --- a/emulators/stella/files/patch-sum +++ b/emulators/stella/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.4 2000/05/31 15:01:00 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.5 2000/12/27 14:08:39 dmcmahill Exp $ MD5 (patch-aa) = 0746806eb97721a876eb60f42fa18f5f MD5 (patch-ab) = 0841422715838603e83bfe9826975081 -MD5 (patch-ac) = 06bd3b8a246696c3f2f38094cc13a174 +MD5 (patch-ac) = c428a6469b074a267370e1aa6d9df72a diff --git a/emulators/stella/patches/patch-ac b/emulators/stella/patches/patch-ac index 9cff44c0f1b..ead091870e7 100644 --- a/emulators/stella/patches/patch-ac +++ b/emulators/stella/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2000/05/31 15:01:01 dmcmahill Exp $ +$NetBSD: patch-ac,v 1.4 2000/12/27 14:08:39 dmcmahill Exp $ --- makefile.orig Sat Feb 27 09:29:46 1999 +++ makefile Tue May 30 21:16:47 2000 @@ -33,7 +33,7 @@ $NetBSD: patch-ac,v 1.3 2000/05/31 15:01:01 dmcmahill Exp $ @@ -325,6 +322,12 @@ $(CXX) -c $(CXXFLAGS) $(OPTIONS) $(CORE)/m6502/src/M6502Low.cxx -+.if (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "sparc") ++.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "sparc") +# avoide compiler bug on some systems +M6502Hi.o: $(CORE)/m6502/src/M6502Hi.cxx + $(CXX) -c -fno-rtti -fno-rtti $(INCLUDES) $(SYS_INCLUDES) $(OPTIONS) $(CORE)/m6502/src/M6502Hi.cxx |