freebsd-ports/net/httping/files/patch-Makefile
Emanuel Haupt a33ff46559 Fix a compilation error when CFLAGS are set in /etc/make.conf.
PR:		116631
Submitted by:	Beat Gaetzi <beat@chruetertee.ch>
2007-09-25 22:01:43 +00:00

13 lines
337 B
Text

--- Makefile.ori Thu Jul 26 10:00:31 2007
+++ Makefile Tue Sep 25 18:36:53 2007
@@ -14,9 +14,8 @@
include version
-DEBUG=-g # -D_DEBUG
LDFLAGS+=-lssl -lcrypto $(DEBUG)
-CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
+CFLAGS+=-DVERSION=\"$(VERSION)\"
OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o