]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games-gnome-stones_modules_fixes.patch
- added schemas patch (fixes gtali.schemas)
[packages/gnome-games.git] / gnome-games-gnome-stones_modules_fixes.patch
1 --- gnome-games-1.4.0.4/gnome-stones/main.c~    Sat Oct 12 19:24:06 2002
2 +++ gnome-games-1.4.0.4/gnome-stones/main.c     Sat Oct 12 19:24:06 2002
3 @@ -1011,7 +1011,7 @@
4  static gboolean
5  scan_public_plugin_directory (void)
6  {
7 -  char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
8 +  char *dir= gnome_unconditional_libdir_file ("gnome-stones/");
9  
10    plugin_load_plugins_in_dir (dir);
11  
12 --- gnome-games-1.4.0.4/gnome-stones/objects/Makefile.am~       Sat Oct 12 13:32:54 2002
13 +++ gnome-games-1.4.0.4/gnome-stones/objects/Makefile.am        Sat Oct 12 13:32:54 2002
14 @@ -1,6 +1,6 @@
15  GSTONES_SRC_DIR = $(srcdir)/../
16  
17 -objectdir= $(libdir)/gnome-stones/objects
18 +objectdir= $(libdir)/gnome-stones
19  
20  INCLUDES =                                             \
21         -I$(GSTONES_SRC_DIR)                            \
22 @@ -12,4 +12,7 @@
23  object_LTLIBRARIES = libgnome-stones.la libgnomekoban.la
24  
25  libgnome_stones_la_SOURCES = gnome-stones.c
26 +libgnome_stones_la_LDFLAGS = -module -avoid-version
27 +
28  libgnomekoban_la_SOURCES   = gnomekoban.c
29 +libgnomekoban_la_LDFLAGS   = -module -avoid-version
This page took 0.665294 seconds and 3 git commands to generate.