summaryrefslogtreecommitdiff
path: root/net/httping/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/files/patch-Makefile')
-rw-r--r--net/httping/files/patch-Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile
index 622e8d442761..545e0db26521 100644
--- a/net/httping/files/patch-Makefile
+++ b/net/httping/files/patch-Makefile
@@ -1,12 +1,15 @@
---- ./Makefile.orig 2010-01-10 22:58:57.000000000 +0100
-+++ ./Makefile 2010-01-10 22:59:30.000000000 +0100
-@@ -17,8 +17,7 @@
+--- ./Makefile.orig 2011-07-27 21:33:34.000000000 +0200
++++ ./Makefile 2011-07-27 21:42:40.000000000 +0200
+@@ -16,9 +16,9 @@
+
TARGET=httping
- WFLAGS=-Wall -W
+-WFLAGS=-Wall -W
-OFLAGS=-O2
--CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
-+CFLAGS+=$(WFLAGS) -DVERSION=\"$(VERSION)\"
+-CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
++#WFLAGS=-Wall -W
++#OFLAGS=-O2
++CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
PACKAGE=$(TARGET)-$(VERSION)
PREFIX=/usr