diff options
| author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-05-27 16:54:33 +0000 |
|---|---|---|
| committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-05-27 16:54:33 +0000 |
| commit | 7f164b73677b8c138ebf24ab96fbd32f55bb1c9a (patch) | |
| tree | fbec2610ebadd5b72f1a8bb400c729f5914dc237 /security/ratproxy/files/patch-Makefile | |
| parent | - Update to 1.04 (diff) | |
Update to 1.58
Approved by: wxs (mentor)
Notes
Notes:
svn path=/head/; revision=234666
Diffstat (limited to 'security/ratproxy/files/patch-Makefile')
| -rw-r--r-- | security/ratproxy/files/patch-Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/security/ratproxy/files/patch-Makefile b/security/ratproxy/files/patch-Makefile index 89f7a01ba9a2..0f801a80e397 100644 --- a/security/ratproxy/files/patch-Makefile +++ b/security/ratproxy/files/patch-Makefile @@ -1,7 +1,11 @@ ---- Makefile.orig 2008-07-03 23:38:31.000000000 -0400 -+++ Makefile 2008-07-03 23:38:53.000000000 -0400 -@@ -23,18 +23,10 @@ - CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE +--- Makefile.orig 2008-06-10 07:44:28.000000000 -0400 ++++ Makefile 2009-05-27 10:17:46.000000000 -0400 +@@ -20,21 +20,13 @@ + # + + PROGNAME = ratproxy +-CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE ++CFLAGS ?= -O3 -D_GNU_SOURCE LDFLAGS = -lcrypto -lssl -all: $(PROGNAME) flare-check |
