summaryrefslogtreecommitdiff
path: root/games/gcompris2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-23 08:05:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-23 08:05:38 +0000
commitf7704ba33c7070b47c42df6c7ea6ab549129638c (patch)
tree70910bfb5be7c2aa0f491d339b6b79dc09c79b6d /games/gcompris2
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.
Notes
Notes: svn path=/head/; revision=52026
Diffstat (limited to 'games/gcompris2')
-rw-r--r--games/gcompris2/files/patch-src::boards::Makefile.in14
1 files changed, 14 insertions, 0 deletions
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@