summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2012-01-08 10:07:27 +0000
committeradam <adam>2012-01-08 10:07:27 +0000
commite40481aadde9b327695ece54ec0cf61c463f8fd0 (patch)
tree74c2b28db2f2b48a98314e43f7ea590bfdc57eba /www
parent4407a192355729b8c1e7df735e15136a7157aeaf (diff)
downloadpkgsrc-e40481aadde9b327695ece54ec0cf61c463f8fd0.tar.gz
Fix building with Clang
Diffstat (limited to 'www')
-rw-r--r--www/squid31/patches/patch-src_store.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/squid31/patches/patch-src_store.cc b/www/squid31/patches/patch-src_store.cc
new file mode 100644
index 00000000000..d12e266210e
--- /dev/null
+++ b/www/squid31/patches/patch-src_store.cc
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_store.cc,v 1.1 2012/01/08 10:07:27 adam Exp $
+
+Fix compiling with Clang.
+
+--- src/store.cc.orig 2012-01-08 10:01:40.000000000 +0000
++++ src/store.cc
+@@ -374,7 +374,7 @@ StoreEntry::deferProducer(const AsyncCal
+ deferredProducer = producer;
+ else
+ debugs(20, 5, HERE << "Deferred producer call is allready set to: " <<
+- *deferredProducer << ", requested call: " << *producer);
++ *deferredProducer);
+ }
+
+ void