Branch oldpackages for 14.07
[14.07/packages.git] / net / gatling / patches / 002-fix_flags.patch
1 diff -ruN gatling-0.11/GNUmakefile gatling-0.11_new/GNUmakefile
2 --- gatling-0.11/GNUmakefile    2008-12-05 12:31:01.000000000 +0000
3 +++ gatling-0.11_new/GNUmakefile        2010-02-05 23:33:08.242872096 +0000
4 @@ -16,8 +16,8 @@
5  CROSS=
6  #CROSS=i686-mingw32-
7  CC=$(CROSS)gcc
8 -CFLAGS=-pipe -Wall
9 -LDFLAGS=
10 +CFLAGS+=-pipe -Wall
11 +LDFLAGS+=
12  
13  path = $(subst :, ,$(PATH))
14  diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))