diff options
author | adam <adam@pkgsrc.org> | 2003-08-04 08:21:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-08-04 08:21:04 +0000 |
commit | de9051468b6daa0d000f485c0fbecd0da218f309 (patch) | |
tree | 6fc5634a51fb01de420a190a536028de66885073 /games/scummvm/patches | |
parent | c8a9cacdc4b1e1d2732bba257e03d49551b02a3c (diff) | |
download | pkgsrc-de9051468b6daa0d000f485c0fbecd0da218f309.tar.gz |
Changes 0.5.0:
* Extensive overhaul of the music subsystem, more games now support music
* Support for the Enhanced (V2) versions of Maniac Mansion and Zak McKracken
* Support for Beneath A Steel Sky
* Aspect Ratio correction added
Diffstat (limited to 'games/scummvm/patches')
-rw-r--r-- | games/scummvm/patches/patch-aa | 20 | ||||
-rw-r--r-- | games/scummvm/patches/patch-ab | 8 |
2 files changed, 18 insertions, 10 deletions
diff --git a/games/scummvm/patches/patch-aa b/games/scummvm/patches/patch-aa index 01bf1633493..490d7b5dc2b 100644 --- a/games/scummvm/patches/patch-aa +++ b/games/scummvm/patches/patch-aa @@ -1,13 +1,21 @@ -$NetBSD: patch-aa,v 1.5 2003/05/14 09:25:46 tron Exp $ +$NetBSD: patch-aa,v 1.6 2003/08/04 08:21:05 adam Exp $ ---- Makefile.orig Mon May 5 16:55:07 2003 -+++ Makefile -@@ -17,7 +17,7 @@ CP := cp +--- Makefile.orig 2003-08-04 09:47:54.000000000 +0200 ++++ Makefile 2003-08-04 09:49:16.000000000 +0200 +@@ -1,6 +1,6 @@ + # $Header: /cvsroot/pkgsrc/games/scummvm/patches/patch-aa,v 1.6 2003/08/04 08:21:05 adam Exp $ + +-CXX := c++ ++#CXX := c++ + AR := ar cru + RANLIB := ranlib + RM := rm -f +@@ -17,7 +17,7 @@ # Default compilation parameters. Normally don't edit these # ####################################################################### --CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -+CXXFLAGS+= -Wall -Wstrict-prototypes -Wno-long-long -Wno-multichar -Wno-unknown-pragmas +-CXXFLAGS:= -g -O ++CXXFLAGS+=${CFLAGS} DEFINES := LDFLAGS := INCLUDES:= -I. -Icommon diff --git a/games/scummvm/patches/patch-ab b/games/scummvm/patches/patch-ab index d744ba2e075..0100de0d26c 100644 --- a/games/scummvm/patches/patch-ab +++ b/games/scummvm/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2003/05/14 09:26:18 tron Exp $ +$NetBSD: patch-ab,v 1.2 2003/08/04 08:21:05 adam Exp $ ---- common.rules.orig 2002-11-21 05:08:36.000000000 +0100 -+++ common.rules 2003-05-14 11:18:54.000000000 +0200 +--- common.rules.orig 2003-07-20 03:01:47.000000000 +0200 ++++ common.rules 2003-08-04 09:47:58.000000000 +0200 @@ -1,5 +1,7 @@ # Common build rules, used by the sub modules and their module.mk files @@ -9,4 +9,4 @@ $NetBSD: patch-ab,v 1.1 2003/05/14 09:26:18 tron Exp $ + # Convenience library target $(MODULE)/lib$(MODULE).a: $(MODULE_OBJS) - $(AR) $@ $+ + -$(RM) $@ |