diff options
Diffstat (limited to 'gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch')
-rw-r--r-- | gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch b/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch deleted file mode 100644 index 8380d3394f55..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -NurdB gnome-games-2.12.0/configure.in gnome-games-2.12.0-patched/configure.in ---- gnome-games-2.12.0/configure.in 2005-09-05 02:30:33.000000000 -0500 -+++ gnome-games-2.12.0-patched/configure.in 2005-09-07 13:47:56.000000000 -0500 -@@ -101,6 +101,7 @@ - GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS" - GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS" - GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS \$(top_builddir)/libgames-support/libgames-support.la" -+GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS -Wl,-z,now" - - ## Use a separate set of flags for C++ (so we can exclude -std=gnu89 for - ## example, it doesn't make sense under C++). |