$OpenBSD: patch-Makefile,v 1.3 2003/08/02 10:24:51 jolan Exp $
--- Makefile.orig	2003-07-16 15:36:38.000000000 -0500
+++ Makefile	2003-08-02 04:49:58.000000000 -0500
@@ -1,6 +1,6 @@
 # $Header: /cvs/ports/games/scummvm/patches/patch-Makefile,v 1.3 2003/08/02 10:24:51 jolan Exp $
 
-CXX     := c++
+#CXX     := c++
 AR      := ar cru
 RANLIB  := ranlib
 RM      := rm -f
@@ -17,10 +17,10 @@ CP      := cp
 # Default compilation parameters. Normally don't edit these           #
 #######################################################################
 
-CXXFLAGS:= -g -O
+#CXXFLAGS:= -g -O
 DEFINES :=
 LDFLAGS :=
-INCLUDES:= -I. -Icommon
+INCLUDES:= -I. -Icommon -I${LOCALBASE}/include
 LIBS	:=
 OBJS	:=
 
@@ -53,8 +53,8 @@ DEFINES += -DUSE_MAD
 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
 
 # Uncomment this to activate the ALSA lib for midi
 # DEFINES += -DUSE_ALSA
