diff options
author | 2007-07-23 12:39:34 +0000 | |
---|---|---|
committer | 2007-07-23 12:39:34 +0000 | |
commit | 27a226bf072ab1479462fd76588fefe78cda623c (patch) | |
tree | 62302eaf220bb052785c69617e904ffe573204ad /games-fps/blackshades/files/blackshades-freealut.patch | |
parent | Stable on sparc wrt #186288 (diff) | |
download | gentoo-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.patch | 11 |
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 |