summaryrefslogtreecommitdiff
path: root/net/yaz++
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-11-26 11:02:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-11-26 11:02:14 +0000
commitf9a249b64cad2c0fc1b74869393abb90641c5cc0 (patch)
tree541b6fe8683326c57fd01e6295a32073c0c3d2f1 /net/yaz++
parentForce ${PREFIX}/news/spool during package building. (diff)
Fix build on -CURRENT.
Notes
Notes: svn path=/head/; revision=71108
Diffstat (limited to 'net/yaz++')
-rw-r--r--net/yaz++/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/yaz++/files/patch-aa b/net/yaz++/files/patch-aa
new file mode 100644
index 000000000000..6d125d3b8832
--- /dev/null
+++ b/net/yaz++/files/patch-aa
@@ -0,0 +1,11 @@
+--- include/yaz++/proxy.h.orig Tue Nov 26 14:02:58 2002
++++ include/yaz++/proxy.h Tue Nov 26 14:03:06 2002
+@@ -13,7 +13,7 @@
+
+ /// Private class
+ class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc {
+- friend Yaz_Proxy;
++ friend class Yaz_Proxy;
+ Yaz_ProxyClient(IYaz_PDU_Observable *the_PDU_Observable);
+ ~Yaz_ProxyClient();
+ void recv_Z_PDU(Z_APDU *apdu);