$NetBSD: patch-ac,v 1.3 2007/01/24 15:58:04 tron Exp $

--- lib/gnutlsxx.cpp.orig	2006-06-01 20:49:01.000000000 +0100
+++ lib/gnutlsxx.cpp	2007-01-24 11:31:05.000000000 +0000
@@ -822,11 +822,13 @@
 { 
 }
 
+#if !(defined(__APPLE__) || defined(__MACOS__))
 credentials::credentials( credentials& c)
 {
     this->type = c.type;
     this->set_ptr( c.ptr());
 }
+#endif
 
 gnutls_credentials_type_t credentials::get_type() const
 { 
