You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/blackshades/files/blackshades-freealut.patch

12 lines
370 B

--- 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