diff options
Diffstat (limited to 'www/squid3/patches/patch-src_Makefile.in')
-rw-r--r-- | www/squid3/patches/patch-src_Makefile.in | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/squid3/patches/patch-src_Makefile.in b/www/squid3/patches/patch-src_Makefile.in index 83789cf048a..40fef5ebc84 100644 --- a/www/squid3/patches/patch-src_Makefile.in +++ b/www/squid3/patches/patch-src_Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-src_Makefile.in,v 1.3 2013/05/23 20:21:28 adam Exp $ +$NetBSD: patch-src_Makefile.in,v 1.4 2015/01/21 11:23:16 adam Exp $ Don't install squid.conf. ---- src/Makefile.in.orig 2013-05-20 11:50:04.000000000 +0000 +--- src/Makefile.in.orig 2015-01-13 12:53:47.000000000 +0000 +++ src/Makefile.in -@@ -7175,14 +7175,14 @@ info: info-recursive +@@ -7637,14 +7637,14 @@ info: info-recursive info-am: @@ -21,12 +21,3 @@ Don't install squid.conf. install-html: install-html-recursive -@@ -7295,7 +7295,7 @@ cache_cf.o: cf_parser.cci - - # cf_gen builds the configuration files. - cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) cf_gen_defines.cci -- $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src -+ $(HOSTCXX) $(CXXFLAGS) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src - - # squid.conf.default is built by cf_gen when making cf_parser.cci - squid.conf.default squid.conf.documented: cf_parser.cci |