* updated kwordquiz (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / gnome1 / gtk+12 / correct-so-deps.patch
blob5557f5cae3336e60e3c5fc0eb580c0c0d437995c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../gtk+12/correct-so-deps.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Well, ... - This hacks libgdk as dependency into libgtk+ so builds with
18 --as-needed do not fail linking binaries with gtk+ due to missing gdk
19 symbols ...
21 - Rene Rebe <rene@exactcode.de>
23 --- gtk+-1.2.10/gtk/Makefile.in.orig 2001-04-02 05:14:13.000000000 +0200
24 +++ gtk+-1.2.10/gtk/Makefile.in 2005-04-03 13:28:18.434727480 +0200
25 @@ -135,9 +135,7 @@
27 # libtool stuff: set version and export symbols for resolving
28 libgtkincludedir = $(includedir)/gtk-1.2/gtk
29 -libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
31 -# $(top_builddir)/gdk/libgdk.la
32 +libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm -L$(top_builddir)/gdk/.libs/ -lgdk @STRIP_END@
35 # setup source file variables