From 81db6bd2c75a31ea907eceb6534533cd540fb355 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 15 Feb 2017 17:53:30 +0100 Subject: www-servers/gatling: remove unused patch --- www-servers/gatling/files/gatling-0.12-FLAGS.patch | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 www-servers/gatling/files/gatling-0.12-FLAGS.patch (limited to 'www-servers/gatling') diff --git a/www-servers/gatling/files/gatling-0.12-FLAGS.patch b/www-servers/gatling/files/gatling-0.12-FLAGS.patch deleted file mode 100644 index c7bd1fe4ceaf..000000000000 --- a/www-servers/gatling/files/gatling-0.12-FLAGS.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -NrU5 gatling-0.12.original/GNUmakefile gatling-0.12/GNUmakefile ---- gatling-0.12.original/GNUmakefile 2010-05-30 16:58:29.000000000 -0600 -+++ gatling-0.12/GNUmakefile 2010-05-30 17:03:21.000000000 -0600 -@@ -1,8 +1,8 @@ - #DEBUG=1 - ZLIB=1 --prefix=/opt/diet -+prefix=/usr - BINDIR=${prefix}/bin - MANDIR=${prefix}/man - man1dir=$(MANDIR)/man1 - - TARGETS=gatling httpbench bindbench dl ioerr bench tlsgatling \ -@@ -14,12 +14,12 @@ - all: $(ALLTARGETS) - - CROSS= - #CROSS=i686-mingw32- - CC=$(CROSS)gcc --CFLAGS=-pipe -Wall --LDFLAGS= -+CFLAGS+=-pipe -Wall -I/usr/include/libowfat -+LDFLAGS+= - - path = $(subst :, ,$(PATH)) - diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) - ifeq ($(strip $(diet_path)),) - ifneq ($(wildcard /opt/diet/bin/diet),) -@@ -37,11 +37,10 @@ - ifneq ($(DEBUG),) - CFLAGS+=-g - LDFLAGS+=-g - else - CFLAGS+=-O2 -fomit-frame-pointer -I/usr/local/include --LDFLAGS+=-s - ifneq ($(DIET),) - DIET+=-Os - endif - endif - -- cgit v1.2.3-65-gdbad