Christian Wiese
14 years ago
4 changed files with 3 additions and 78 deletions
@ -1,27 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../hydrogen/gcc41.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE 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 ---
|
|
||||||
|
|
||||||
--- hydrogen-0.9.3/src/lib/xml/tinyxml.h_orig 2006-03-04 19:03:38.465134424 +0100
|
|
||||||
+++ hydrogen-0.9.3/src/lib/xml/tinyxml.h 2006-03-04 19:05:28.641385088 +0100
|
|
||||||
@@ -823,7 +823,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// Construct.
|
|
||||||
- TiXmlDeclaration::TiXmlDeclaration( const char * _version,
|
|
||||||
+ TiXmlDeclaration( const char * _version,
|
|
||||||
const char * _encoding,
|
|
||||||
const char * _standalone );
|
|
||||||
|
|
@ -1,18 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../hydrogen/hydrogen.conf |
|
||||||
# Copyright (C) 2006 The T2 SDE Project |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This program is free software; you can redistribute it and/or modify |
|
||||||
# it under the terms of the GNU General Public License as published by |
|
||||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
# GNU General Public License can be found in the file COPYING. |
|
||||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
# plugins have hardcoded paths, string replacement doesn't works since libdir |
|
||||||
# is reset, same thing for install wrapper |
|
||||||
|
|
||||||
var_append makeinstopt ' ' "LIBDIR=$root/$libdir" |
|
@ -1,31 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../hydrogen/plugins.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE 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 ---
|
|
||||||
|
|
||||||
--- hydrogen-0.9.3/plugins/wasp/Makefile.in_orig 2006-07-22 10:45:25.000000000 +0100
|
|
||||||
+++ hydrogen-0.9.3/plugins/wasp/Makefile.in 2006-07-22 14:06:34.000000000 +0100
|
|
||||||
@@ -23,9 +23,9 @@
|
|
||||||
|
|
||||||
install:
|
|
||||||
@echo "Installing WASP plugins"
|
|
||||||
- mkdir -p $(DESTDIR)$(prefix)/lib/hydrogen/plugins/
|
|
||||||
- @install -vD *.so $(DESTDIR)$(prefix)/lib/hydrogen/plugins
|
|
||||||
+ mkdir -p $(LIBDIR)/hydrogen/plugins/
|
|
||||||
+ @install -vD *.so $(LIBDIR)/hydrogen/plugins
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
- @rm -rf $(DESTDIR)$(prefix)/lib/hydrogen
|
|
||||||
+ @rm -rf $(LIBDIR)/hydrogen
|
|
||||||
|
|
Loading…
Reference in new issue