diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 10:34:26 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 10:34:26 +0000 |
commit | 28271822b5bfc2d70b0e098acfce0042ea89ea5c (patch) | |
tree | c3b6351b8c79d167258cb0b6aa3bd2ca05b08cb7 /games | |
parent | 9a2623b4fe0cb637b6e793abaaffdf6ef8b1c5ba (diff) | |
download | FreeBSD-ports-28271822b5bfc2d70b0e098acfce0042ea89ea5c.zip FreeBSD-ports-28271822b5bfc2d70b0e098acfce0042ea89ea5c.tar.gz |
Respect gdk-pixbuf's CFLAGS. This should fix the port broken after gdk-pixbuf
update.
Submitted by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomememoryblocks/files/patch-src::Makefile.in | 14 | ||||
-rw-r--r-- | games/gnomememoryblocks/files/patch-src::animation-engines::Makefile.in | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/games/gnomememoryblocks/files/patch-src::Makefile.in b/games/gnomememoryblocks/files/patch-src::Makefile.in new file mode 100644 index 0000000..7455fa8 --- /dev/null +++ b/games/gnomememoryblocks/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/12/19 10:29:24 1.1 ++++ src/Makefile.in 2001/12/19 10:30:18 +@@ -121,7 +121,7 @@ + + 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) + + + bin_PROGRAMS = gnome-memblocks diff --git a/games/gnomememoryblocks/files/patch-src::animation-engines::Makefile.in b/games/gnomememoryblocks/files/patch-src::animation-engines::Makefile.in new file mode 100644 index 0000000..85f5409 --- /dev/null +++ b/games/gnomememoryblocks/files/patch-src::animation-engines::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/animation-engines/Makefile.in 2001/12/19 10:25:42 1.1 ++++ src/animation-engines/Makefile.in 2001/12/19 10:27:40 +@@ -143,7 +143,7 @@ + + + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. +-CPPFLAGS = @CPPFLAGS@ ++CPPFLAGS = $(GDK_PIXBUF_INCS) @CPPFLAGS@ + LIBS = @LIBS@ + libscaling_la_DEPENDENCIES = + libscaling_la_OBJECTS = scaling.lo |