diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 18:42:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 18:42:11 +0800 |
commit | 661e51186751162f8e49594b9c9d76b789acb2dd (patch) | |
tree | 6eb6d4a028f6da0de61196ec2ce91cc42f41bef0 | |
parent | 61a7b74721002fa77820a1c72644315a00676b89 (diff) | |
download | freebsd-ports-gnome-661e51186751162f8e49594b9c9d76b789acb2dd.tar.gz freebsd-ports-gnome-661e51186751162f8e49594b9c9d76b789acb2dd.tar.zst freebsd-ports-gnome-661e51186751162f8e49594b9c9d76b789acb2dd.zip |
Fix another victin of gdk-pixbuf update.
Submitted by: bento
-rw-r--r-- | graphics/gpaint/files/patch-src::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gpaint/files/patch-src::Makefile.in b/graphics/gpaint/files/patch-src::Makefile.in new file mode 100644 index 000000000000..ea4c35358e3d --- /dev/null +++ b/graphics/gpaint/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/12/19 10:37:34 1.1 ++++ src/Makefile.in 2001/12/19 10:37:53 +@@ -115,7 +115,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) ++INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) + + + bin_PROGRAMS = gpaint |