diff options
Diffstat (limited to 'games/q3cellshading/files/patch-code-bspc-Makefile')
-rw-r--r-- | games/q3cellshading/files/patch-code-bspc-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/q3cellshading/files/patch-code-bspc-Makefile b/games/q3cellshading/files/patch-code-bspc-Makefile deleted file mode 100644 index d8a00e38bfd4..000000000000 --- a/games/q3cellshading/files/patch-code-bspc-Makefile +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./code/bspc/Makefile ../quake3-1.32b-BUILT/./code/bspc/Makefile ---- ./code/bspc/Makefile Wed May 23 15:07:59 2001 -+++ ../quake3-1.32b-BUILT/./code/bspc/Makefile Mon Aug 22 20:54:39 2005 -@@ -18,7 +18,7 @@ - #use these when debugging - #CFLAGS=$(BASE_CFLAGS) -g - --LDFLAGS=-ldl -lm -lpthread -+LDFLAGS=-lm -lpthread - - DO_CC=$(CC) $(CFLAGS) -o $@ -c $< - |