diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 22:20:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 22:20:46 +0000 |
commit | e658d50011bc6caa7746b261cc3679eb62de2298 (patch) | |
tree | 0dc25582dd134ccf74d98c2bc933c2a0088c6031 /net-libs/gnutls | |
parent | fix typo irt #58638 (Manifest recommit) (diff) | |
download | gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.tar.gz gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.tar.bz2 gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.zip |
fixed extra.h patch
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index fee15a6c2591..16cb3afd7116 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gnutls # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.27 2004/08/04 21:29:04 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.28 2004/08/04 22:20:46 liquidx Exp $ + + 04 Aug 2004; Alastair Tse <liquidx@gentoo.org> + files/gnutls-1.0.14-extra.h.patch: + fixed extra.h patch 04 Aug 2004; Alastair Tse <liquidx@gentoo.org> gnutls-1.0.17.ebuild: fixed opencdk dep. people should fix the deps rather than leave comments in diff --git a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch b/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch index 73fe8edb2a37..ea041017cde2 100644 --- a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch +++ b/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch @@ -5,7 +5,7 @@ #define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION +#ifdef __cplusplus -+#extern "C" { ++extern "C" { +#endif + /* SRP */ |