diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-23 16:05:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-23 16:05:38 +0800 |
commit | dc0e9994aaadf0b61aa786f44b551dba40bcf219 (patch) | |
tree | 5c5e0daf9776a49b1a51931843eab3d1e08791d1 /games/gcompris | |
parent | a025bbf5c9ec79993edda4a644c71161703811ab (diff) | |
download | freebsd-ports-gnome-dc0e9994aaadf0b61aa786f44b551dba40bcf219.tar.gz freebsd-ports-gnome-dc0e9994aaadf0b61aa786f44b551dba40bcf219.tar.zst freebsd-ports-gnome-dc0e9994aaadf0b61aa786f44b551dba40bcf219.zip |
Resolve gdk-pixbuf-related problem. I donno how I had missed this patch during
recent update.
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/files/patch-src::boards::Makefile.in | 14 |
1 files changed, 14 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@ |