mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
--- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002
|
|
+++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002
|
|
@@ -133,7 +133,7 @@
|
|
|
|
GSTONES_SRC_DIR = $(srcdir)/../
|
|
|
|
-objectdir = $(libdir)/gnome-stones/objects
|
|
+objectdir = $(datadir)/gnome-stones/objects
|
|
|
|
INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
|
|
|
|
@@ -150,10 +150,10 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libgnome_stones_la_LDFLAGS =
|
|
+libgnome_stones_la_LDFLAGS = -avoid-version
|
|
libgnome_stones_la_LIBADD =
|
|
libgnome_stones_la_OBJECTS = gnome-stones.lo
|
|
-libgnomekoban_la_LDFLAGS =
|
|
+libgnomekoban_la_LDFLAGS = -avoid-version
|
|
libgnomekoban_la_LIBADD =
|
|
libgnomekoban_la_OBJECTS = gnomekoban.lo
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|