summaryrefslogtreecommitdiff
path: root/games/r1q2/files/patch-binaries__ref_gl__Makefile
blob: c27fe753cec07b57c91d0eca99011fc2691caec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./binaries/ref_gl/Makefile.orig	Mon Oct 30 15:26:12 2006
+++ ./binaries/ref_gl/Makefile	Sat Dec 16 17:41:23 2006
@@ -17,7 +17,7 @@
 
 include ../make.inc
 
-LDFLAGS+=$(shell sdl-config --libs) -lm -lGL -ljpeg -lpng12
+LDFLAGS+=$(shell sdl-config --libs) -lm -lGL -ljpeg -lpng
 
 ref_gl.so: $(ref_gl_OBJ)
 	$(CC) -shared -g -o $@ $^ $(LDFLAGS)