summaryrefslogtreecommitdiff
path: root/games/scummvm/patches/patch-aa
blob: 38f4706b06d7e9c594b63bb291d8a31826762685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.9 2004/01/17 21:25:41 adam Exp $

--- Makefile.orig	2003-07-16 20:36:38.000000000 +0000
+++ Makefile
@@ -2,3 +2,3 @@
 
-CXX     := c++
+#CXX     := c++
 AR      := ar cru
@@ -19,7 +19,5 @@ CP      := cp
 
-CXXFLAGS:= -g -O
+CXXFLAGS+=${CFLAGS}
 DEFINES :=
-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
+DEFINES += -DUSE_VORBIS
+LIBS    += -lvorbisfile -lvorbis