diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-28 20:02:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-28 20:02:18 +0000 |
commit | cbebf9142f344510a4449b347993604148fdb716 (patch) | |
tree | 7817907a6398e0ad458076292d2f76f7714e3249 /net/httping/files/patch-Makefile | |
parent | Add CONFLICTS with linux-f8-flashplugin-10* and linux-f10-flashplugin-10* (diff) |
Update to 1.4.0
Diffstat (limited to 'net/httping/files/patch-Makefile')
-rw-r--r-- | net/httping/files/patch-Makefile | 8 |
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 |