aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2002-11-26 19:02:14 +0800
committerdemon <demon@FreeBSD.org>2002-11-26 19:02:14 +0800
commit6905546bdeb6bbe3c0c612b53dfb5116fdfb43e3 (patch)
treebc3230f53934a682f1848dfaf818afb1d2708aec
parenta0ac8f8434ed0952f32132f62ba13b690a79f11b (diff)
downloadfreebsd-ports-gnome-6905546bdeb6bbe3c0c612b53dfb5116fdfb43e3.tar.gz
freebsd-ports-gnome-6905546bdeb6bbe3c0c612b53dfb5116fdfb43e3.tar.zst
freebsd-ports-gnome-6905546bdeb6bbe3c0c612b53dfb5116fdfb43e3.zip
Fix build on -CURRENT.
-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);