diff options
Diffstat (limited to 'games/gnomememoryblocks/files/patch-src::Makefile.in')
-rw-r--r-- | games/gnomememoryblocks/files/patch-src::Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomememoryblocks/files/patch-src::Makefile.in b/games/gnomememoryblocks/files/patch-src::Makefile.in index 7455fa88a0a9..6fc81924b4c8 100644 --- a/games/gnomememoryblocks/files/patch-src::Makefile.in +++ b/games/gnomememoryblocks/files/patch-src::Makefile.in @@ -7,8 +7,8 @@ $FreeBSD$ SUBDIRS = animation-engines --INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GnomeMemBlocks\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I../intl -I$(srcdir) $(GDK_PIXBUF_CFLAGS) -+INCLUDES = $(GDK_PIXBUF_INCS) -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GnomeMemBlocks\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I../intl -I$(srcdir) $(GDK_PIXBUF_CFLAGS) +-INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GnomeMemBlocks\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I../intl -I$(srcdir) $(GDK_PIXBUF_CFLAGS) ++INCLUDES = $(GDK_PIXBUF_INCS) -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GnomeMemBlocks\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I../intl -I$(srcdir) $(GDK_PIXBUF_CFLAGS) bin_PROGRAMS = gnome-memblocks |