summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-07-23 12:39:34 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-07-23 12:39:34 +0000
commit27a226bf072ab1479462fd76588fefe78cda623c (patch)
tree62302eaf220bb052785c69617e904ffe573204ad /games-fps/blackshades/files/blackshades-freealut.patch
parentStable on sparc wrt #186288 (diff)
downloadgentoo-2-27a226bf072ab1479462fd76588fefe78cda623c.tar.gz
gentoo-2-27a226bf072ab1479462fd76588fefe78cda623c.tar.bz2
gentoo-2-27a226bf072ab1479462fd76588fefe78cda623c.zip
Moved from games-fps/blackshades-cvs
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'games-fps/blackshades/files/blackshades-freealut.patch')
-rw-r--r--games-fps/blackshades/files/blackshades-freealut.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-fps/blackshades/files/blackshades-freealut.patch b/games-fps/blackshades/files/blackshades-freealut.patch
new file mode 100644
index 000000000000..4c0324fa3b06
--- /dev/null
+++ b/games-fps/blackshades/files/blackshades-freealut.patch
@@ -0,0 +1,11 @@
+--- Makefile
++++ Makefile
+@@ -8,7 +8,7 @@
+
+ CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h
+ CXXFLAGS := $(CFLAGS)
+-LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal # -framework QuickTime
++LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal -lalut # -framework QuickTime
+
+ # Don't want ogg?
+ #CFLAGS += -DNOOGG