summaryrefslogtreecommitdiff
path: root/net/httping/patches/patch-aa
blob: 573f8214ad27cd2d59f18ced7d9f793f49bda556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.3 2012/02/18 10:06:57 shattered Exp $

--- 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)\" -g
 
 PACKAGE=$(TARGET)-$(VERSION)