From 59b04f63012bca06b4e3d0bbe551e7fcdc679387 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 28 Apr 2014 16:55:55 +0200 Subject: [PATCH] libprelude: fixed to build against gnutls 3.2.x --- .../libprelude-no-gnutls_extra.h.patch | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 security/libprelude/libprelude-no-gnutls_extra.h.patch diff --git a/security/libprelude/libprelude-no-gnutls_extra.h.patch b/security/libprelude/libprelude-no-gnutls_extra.h.patch new file mode 100644 index 000000000..647dd2059 --- /dev/null +++ b/security/libprelude/libprelude-no-gnutls_extra.h.patch @@ -0,0 +1,38 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libprelude/libprelude-no-gnutls_extra.h.patch +# Copyright (C) 2014 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +remove gnutls/extra.h as it is not available in current gnutls 3.2.x + +--- a/prelude-admin/server.c 2014-04-02 02:28:40.612810486 +0200 ++++ b/prelude-admin/server.c 2014-04-02 02:29:27.593895175 +0200 +@@ -39,7 +39,6 @@ + + #include + #include +-#include + + #include "prelude-client.h" + #include "prelude-error.h" +--- a/prelude-admin/prelude-admin.c 2014-04-02 02:30:02.218687508 +0200 ++++ b/prelude-admin/prelude-admin.c 2014-04-02 02:30:15.362990716 +0200 +@@ -57,7 +57,6 @@ + #include + #include + #include +-#include + + #include "common.h" + #include "config-engine.h"