Browse Source

* fixed nepenthes prelude log support

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21960 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
2a3192142d
  1. 27
      network/nepenthes/libprelude.patch
  2. 10
      network/nepenthes/nepenthes.conf
  3. 1107
      network/nepenthes/prelude-hotfix.patch

27
network/nepenthes/libprelude.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nepenthes/libprelude.patch
# Copyright (C) 2006 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 ---
--- nepenthes-0.1.7/modules/log-prelude/log-prelude.hpp.orig 2006-10-16 02:45:08.000000000 +0200
+++ nepenthes-0.1.7/modules/log-prelude/log-prelude.hpp 2006-10-16 02:45:25.000000000 +0200
@@ -30,7 +30,7 @@
#include "config.h"
#ifdef HAVE_LIBPRELUDE
-#include <prelude.h>
+#include <libprelude/prelude.h>
#endif
#include <string>

10
network/nepenthes/nepenthes.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nepenthes/nepenthes.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -13,5 +13,9 @@
# --- SDE-COPYRIGHT-NOTE-END ---
# Prelude-IDS support
pkginstalled libprelude && var_append confopt " " "--enable-prelude"
if pkginstalled libprelude ; then
pkgprefix -t libprelude
var_append confopt " " "--enable-prelude"
var_append CXXFLAGS ' ' "-I$root$( pkgprefix includedir libprelude )"
export CXXFLAGS
fi

1107
network/nepenthes/prelude-hotfix.patch

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save