freebsd-ports/www/squidpurge/files/patch-Makefile
Will Andrews 2d479ec724 Add squidpurge 1.17, a powerful object purging utility for the Squid
web proxy cache.

PR:		31377
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2001-12-19 09:14:21 +00:00

11 lines
416 B
Text

--- Makefile Thu Sep 21 21:05:31 2000
+++ Makefile.orig Fri Oct 19 23:47:22 2001
@@ -16,7 +16,7 @@
# === [1] ==================================================== generics section
#
CXX = g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL
-CC = gcc
+CC = g++
LD = $(CC) # yes, I do mean gcc and not g++
CXXFLAGS = # -pg -g # -fprofile-arcs -ftest-coverage
SYSTEM = $(shell uname -s | tr '[a-z]' '[A-Z]' | tr -d '_ -/')