|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../wxwidgets24/collision.patch
|
|
|
|
# Copyright (C) 2004 - 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 ---
|
|
|
|
|
|
|
|
--- wxPythonSrc-2.4.2.4_orig/Makefile.in 2003-07-28 18:06:13.000000000 +0200
|
|
|
|
+++ wxPythonSrc-2.4.2.4/Makefile.in 2005-03-31 22:52:16.345490488 +0200
|
|
|
|
@@ -394,7 +394,6 @@
|
|
|
|
|
|
|
|
m4datainstall: preinstall
|
|
|
|
$(INSTALL) -d $(datadir)/aclocal
|
|
|
|
- $(INSTALL_DATA) $(top_srcdir)/wxwin.m4 $(datadir)/aclocal
|
|
|
|
|
|
|
|
win32install: preinstall
|
|
|
|
$(INSTALL) -d $(includedir)/wx/msw
|
|
|
|
@@ -420,7 +419,6 @@
|
|
|
|
@if test ! -d $(libdir); then $(INSTALL) -d $(libdir); fi
|
|
|
|
|
|
|
|
$(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config
|
|
|
|
- cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config
|
|
|
|
@INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
|
|
|
|
@if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \
|
|
|
|
$(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi
|