OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gtk+12/correct-so-deps.patch
  5. # Copyright (C) 2004 - 2006 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Well, ... - This hacks libgdk as dependency into libgtk+ so builds with
  17. --as-needed do not fail linking binaries with gtk+ due to missing gdk
  18. symbols ...
  19. - Rene Rebe <rene@exactcode.de>
  20. --- gtk+-1.2.10/gtk/Makefile.in.orig 2001-04-02 05:14:13.000000000 +0200
  21. +++ gtk+-1.2.10/gtk/Makefile.in 2005-04-03 13:28:18.434727480 +0200
  22. @@ -135,9 +135,7 @@
  23. # libtool stuff: set version and export symbols for resolving
  24. libgtkincludedir = $(includedir)/gtk-1.2/gtk
  25. -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@
  26. -
  27. -# $(top_builddir)/gdk/libgdk.la
  28. +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@
  29. #
  30. # setup source file variables