From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-util/gslist/files/gslist-0.8.11a-build.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 games-util/gslist/files/gslist-0.8.11a-build.patch (limited to 'games-util/gslist/files') diff --git a/games-util/gslist/files/gslist-0.8.11a-build.patch b/games-util/gslist/files/gslist-0.8.11a-build.patch deleted file mode 100644 index 4ffbfd94e012..000000000000 --- a/games-util/gslist/files/gslist-0.8.11a-build.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- work.orig/Makefile -+++ work/Makefile -@@ -1,26 +1,30 @@ --CFLAGS += -O2 -s -fstack-protector-all -+CFLAGS += -Wall -D_GNU_SOURCE - PREFIX = /usr/local - BINDIR = $(PREFIX)/bin - SRC = src/gslist.c src/enctype1_decoder.c src/enctype2_decoder.c src/enctype_shared.c src/mydownlib.c - #LIBS = -lpthread /usr/lib/libGeoIP.a /usr/lib/i386-linux-gnu/libz.a - #SQLIBS = /usr/lib/i386-linux-gnu/libmysqlclient.a /usr/lib/i386-linux-gnu/libm.a -ldl - LIBS = -lpthread -lGeoIP -lz --SQLIBS = -lmysqlclient - O = $(SRC:.c=.o) - --all: gslist gslistsql -+ifneq ($(GSWEB),0) -+CFLAGS += -DGSWEB -+endif - --gslist: -- $(CC) $(SRC) $(CFLAGS) -o gslist $(LIBS) -DGSWEB -- $(CC) $(SRC) $(CFLAGS) -o gslistsql $(SQLIBS) $(LIBS) -DGSWEB -DSQL -+ifneq ($(SQL),0) -+CFLAGS += -DSQL -+LIBS += -lmysqlclient -+endif -+ -+gslist: $(O) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o gslist $(O) $(LIBS) - - clean: -- rm -f gslist gslistsql src/gslist.o src/enctype1_decoder.o src/enctype2_decoder.o src/enctype_shared.o src/enctypex_decoder.o src/mydownlib.o -+ rm -f gslist $(O) - - install: - install -m 755 -d $(BINDIR) - install -m 755 gslist $(BINDIR)/gslist -- install -m 755 gslistsql $(BINDIR)/gslistsql - - .PHONY: - clean install -- cgit v1.2.3