diff options
author | adam <adam@pkgsrc.org> | 2014-02-23 10:01:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-02-23 10:01:51 +0000 |
commit | dc2aaaa76d9898415c8e02c15277b56306e375c8 (patch) | |
tree | f29948d9362eb2b869bac8fe592c4bd432ede90c /devel/subversion | |
parent | 9e1b434400c129f7618e8c17a7f1943be3e74b13 (diff) | |
download | pkgsrc-dc2aaaa76d9898415c8e02c15277b56306e375c8.tar.gz |
Removed patch-subversion_include_svn_auth.h
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/patches/patch-subversion_include_svn_auth.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/subversion/patches/patch-subversion_include_svn_auth.h b/devel/subversion/patches/patch-subversion_include_svn_auth.h deleted file mode 100644 index 642d1b58dcf..00000000000 --- a/devel/subversion/patches/patch-subversion_include_svn_auth.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-subversion_include_svn_auth.h,v 1.1 2013/09/05 07:07:46 adam Exp $ - -Allow GNOME keyring functions on Darwin, or other svn packages won't build. - ---- subversion/include/svn_auth.h.orig 2013-09-05 06:34:51.000000000 +0000 -+++ subversion/include/svn_auth.h -@@ -966,7 +966,7 @@ svn_auth_get_keychain_ssl_client_cert_pw - apr_pool_t *pool); - #endif /* DARWIN || DOXYGEN */ - --#if (!defined(DARWIN) && !defined(WIN32)) || defined(DOXYGEN) -+#if !defined(WIN32) || defined(DOXYGEN) - /** A type of callback function for obtaining the GNOME Keyring password. - * - * In this callback, the client should ask the user for default keyring |