diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-23 08:05:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-23 08:05:38 +0000 |
commit | f7704ba33c7070b47c42df6c7ea6ab549129638c (patch) | |
tree | 70910bfb5be7c2aa0f491d339b6b79dc09c79b6d /games | |
parent | * Upgrade to 3.34, which is mostly bug fixes, and two new hacks. (diff) |
Resolve gdk-pixbuf-related problem. I donno how I had missed this patch during
recent update.
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/files/patch-src::boards::Makefile.in | 14 | ||||
-rw-r--r-- | games/gcompris2/files/patch-src::boards::Makefile.in | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/games/gcompris/files/patch-src::boards::Makefile.in b/games/gcompris/files/patch-src::boards::Makefile.in new file mode 100644 index 000000000000..5718d029b493 --- /dev/null +++ b/games/gcompris/files/patch-src::boards::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/boards/Makefile.in 2001/12/23 08:00:35 1.1 ++++ src/boards/Makefile.in 2001/12/23 08:01:15 +@@ -133,7 +133,7 @@ + + + libdir = $(plugindir) +-INCLUDES = -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. ++INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. + + libmenu_la_LDFLAGS = -module -avoid-version + libmenu_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIB@ diff --git a/games/gcompris2/files/patch-src::boards::Makefile.in b/games/gcompris2/files/patch-src::boards::Makefile.in new file mode 100644 index 000000000000..5718d029b493 --- /dev/null +++ b/games/gcompris2/files/patch-src::boards::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/boards/Makefile.in 2001/12/23 08:00:35 1.1 ++++ src/boards/Makefile.in 2001/12/23 08:01:15 +@@ -133,7 +133,7 @@ + + + libdir = $(plugindir) +-INCLUDES = -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. ++INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. + + libmenu_la_LDFLAGS = -module -avoid-version + libmenu_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIB@ |