summaryrefslogtreecommitdiff
path: root/games/scummvm/patches/patch-aa
blob: 3006c95f8a90706be64fa177fd2402cf13d7fb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.8 2003/09/10 11:02:18 adam Exp $

--- Makefile.orig	2003-07-16 22:36:38.000000000 +0200
+++ Makefile
@@ -2,3 +2,3 @@
 
-CXX     := c++
+#CXX     := c++
 AR      := ar cru
@@ -19,3 +19,3 @@ CP      := cp
 
-CXXFLAGS:= -g -O
+CXXFLAGS+=${CFLAGS}
 DEFINES :=
@@ -55,4 +55,4 @@ LIBS    += -lmad
 # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
-# DEFINES += -DUSE_VORBIS
-# LIBS    += -lvorbisfile -lvorbis
+DEFINES += -DUSE_VORBIS
+LIBS    += -lvorbisfile -lvorbis