summaryrefslogtreecommitdiff
path: root/package/gatling/patches/patch-GNUmakefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/gatling/patches/patch-GNUmakefile
Initial import
Diffstat (limited to 'package/gatling/patches/patch-GNUmakefile')
-rw-r--r--package/gatling/patches/patch-GNUmakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/gatling/patches/patch-GNUmakefile b/package/gatling/patches/patch-GNUmakefile
new file mode 100644
index 000000000..d95051e6e
--- /dev/null
+++ b/package/gatling/patches/patch-GNUmakefile
@@ -0,0 +1,15 @@
+$Id$
+--- gatling-0.8.orig/GNUmakefile Thu May 19 05:30:26 2005
++++ gatling-0.8/GNUmakefile Mon Jul 9 11:52:58 2007
+@@ -96,9 +96,10 @@ libiconv: tryiconv.c
+ dummy.c:
+ touch $@
+
++RANLIB?=ranlib
+ libsocketkludge.a: libsocket libiconv dummy.o
+ ar q $@ dummy.o
+- -ranlib $@
++ -${RANLIB} $@
+
+ LDLIBS+=`cat libsocket libiconv`
+