diff options
Diffstat (limited to 'net/httping/patches/patch-aa')
-rw-r--r-- | net/httping/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/httping/patches/patch-aa b/net/httping/patches/patch-aa index d66b99dd2d5..573f8214ad2 100644 --- a/net/httping/patches/patch-aa +++ b/net/httping/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.2 2011/07/09 07:45:09 adam Exp $ +$NetBSD: patch-aa,v 1.3 2012/02/18 10:06:57 shattered Exp $ ---- Makefile.orig 2010-07-24 10:32:07.000000000 +0000 +--- Makefile.orig 2011-08-03 16:08:08.000000000 +0000 +++ Makefile @@ -17,7 +17,6 @@ include version TARGET=httping WFLAGS=-Wall -W -OFLAGS=-O2 - CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" + CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g PACKAGE=$(TARGET)-$(VERSION) |