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-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile
index 8618577a585f..2afb7e9e1fdb 100644
--- a/net/httping/files/patch-Makefile
+++ b/net/httping/files/patch-Makefile
@@ -1,13 +1,13 @@
---- ./Makefile.orig 2009-12-28 14:12:27.000000000 +0100
-+++ ./Makefile 2009-12-28 14:41:02.000000000 +0100
+--- Makefile.orig 2009-12-28 20:52:20.000000000 +0100
++++ Makefile 2009-12-28 20:53:00.000000000 +0100
@@ -16,9 +16,7 @@
TARGET=httping
-WFLAGS=-Wall -W
-OFLAGS=-O2
--CFLAGS=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
-+CFLAGS+=-DVERSION=\"$(VERSION)\"
+-CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
++CFLAGS+= -DVERSION=\"$(VERSION)\"
PACKAGE=$(TARGET)-$(VERSION)
PREFIX=/usr