pkgsrc/games/scummvm/patches/patch-aa
adam 55c6ded8ce Changes 0.6.1:
General:
   - Fixed sound glitch when streaming two or more Ogg Vorbis sounds from the
     same file handle, e.g. in the Sam & Max intro when using monster.sog.

 SCUMM:
   - Many SCUMM game engine fixes.
   - Added graphics decoders for 3DO Humongous Entertainment games
   - Numerous Humongous Entertainment games fixes
   - Fixed bug in Full Throttle, so battle difficulty matches original
   - Improved Digital iMUSE

 Sword1:
   - Warn the user if saving fails, instead of crashing.
   - Slightly more user-friendly save/restore dialog.
   - Fixed masking glitch outside Nico's apartment.

 BASS:
   - Warn the user if saving a game doesn't work.

 Simon:
   - Fixed crashes in some international versions
2004-07-27 13:40:36 +00:00

15 lines
391 B
Text

$NetBSD: patch-aa,v 1.12 2004/07/27 13:40:36 adam Exp $
--- Makefile.orig 2004-04-12 12:50:21.000000000 +0000
+++ Makefile
@@ -2,3 +2,3 @@
-CXX := c++
+#CXX := c++
AR := ar cru
@@ -35,4 +35,3 @@ include config.mak
-CXXFLAGS:= -Wall $(CXXFLAGS)
-CXXFLAGS+= -O -Wuninitialized
+CXXFLAGS+= -Wall -Wuninitialized
CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas