pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm Fixed linking problem



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a433c8180cd
branches:  trunk
changeset: 466421:8a433c8180cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 17 21:25:41 2004 +0000

description:
Fixed linking problem

diffstat:

 games/scummvm/distinfo         |   4 ++--
 games/scummvm/patches/patch-aa |  12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 06d70d7a324e -r 8a433c8180cd games/scummvm/distinfo
--- a/games/scummvm/distinfo    Sat Jan 17 19:59:07 2004 +0000
+++ b/games/scummvm/distinfo    Sat Jan 17 21:25:41 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2003/09/10 11:02:18 adam Exp $
+$NetBSD: distinfo,v 1.11 2004/01/17 21:25:41 adam Exp $
 
 SHA1 (scummvm-0.5.1.tar.bz2) = cbeb01bee5c86bb4844ca04d199814fbcd752710
 Size (scummvm-0.5.1.tar.bz2) = 1149076 bytes
-SHA1 (patch-aa) = 58bfda6a0aa8a2c64831ae2f9d9a9ff9ec6b2622
+SHA1 (patch-aa) = 037b809ab439802c3c39a23c8b5ee25762c562f2
 SHA1 (patch-ab) = 86c74b6d31695a02d05dacf6161da0f3c09b42cf
diff -r 06d70d7a324e -r 8a433c8180cd games/scummvm/patches/patch-aa
--- a/games/scummvm/patches/patch-aa    Sat Jan 17 19:59:07 2004 +0000
+++ b/games/scummvm/patches/patch-aa    Sat Jan 17 21:25:41 2004 +0000
@@ -1,18 +1,22 @@
-$NetBSD: patch-aa,v 1.8 2003/09/10 11:02:18 adam Exp $
+$NetBSD: patch-aa,v 1.9 2004/01/17 21:25:41 adam Exp $
 
---- Makefile.orig      2003-07-16 22:36:38.000000000 +0200
+--- Makefile.orig      2003-07-16 20:36:38.000000000 +0000
 +++ Makefile
 @@ -2,3 +2,3 @@
  
 -CXX     := c++
 +#CXX     := c++
  AR      := ar cru
-@@ -19,3 +19,3 @@ CP      := cp
+@@ -19,7 +19,5 @@ CP      := cp
  
 -CXXFLAGS:= -g -O
 +CXXFLAGS+=${CFLAGS}
  DEFINES :=
-@@ -55,4 +55,4 @@ LIBS    += -lmad
+-LDFLAGS :=
+ INCLUDES:= -I. -Icommon
+-LIBS  :=
+ OBJS  :=
+@@ -55,4 +53,4 @@ LIBS    += -lmad
  # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
 -# DEFINES += -DUSE_VORBIS
 -# LIBS    += -lvorbisfile -lvorbis



Home | Main Index | Thread Index | Old Index