diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 10:34:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 10:34:26 +0000 |
commit | 5b0b1776a52711d8b2d805902e9bccda904cd7ec (patch) | |
tree | c9b7404436aca4df3b52191f2c64949489d290ca /games/gnomememoryblocks | |
parent | ddbc83dd57306bcb4bfbeb51d36b2903169278d9 (diff) | |
download | ports-5b0b1776a52711d8b2d805902e9bccda904cd7ec.tar.gz ports-5b0b1776a52711d8b2d805902e9bccda904cd7ec.zip |
Notes
Diffstat (limited to 'games/gnomememoryblocks')
-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 000000000000..7455fa88a0a9 --- /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 000000000000..85f5409a959c --- /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 |