diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:29:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:29:52 +0800 |
commit | 0a85e2ea94d743674cff2de08098f1c3cecbfa9b (patch) | |
tree | e71c6c1050b56f7f7e56c58de7227047172e38e4 /graphics/gnomeiconedit | |
parent | 76fbbd5b9323bad7d2b731e24795504ebdc89b78 (diff) | |
download | marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar.gz marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar.bz2 marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar.lz marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar.xz marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.tar.zst marcuscom-ports-0a85e2ea94d743674cff2de08098f1c3cecbfa9b.zip |
Fix the patch with new gnomehack.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9768 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gnomeiconedit')
-rw-r--r-- | graphics/gnomeiconedit/files/patch-src::Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnomeiconedit/files/patch-src::Makefile.in b/graphics/gnomeiconedit/files/patch-src::Makefile.in index 98b99558f..888dc4e40 100644 --- a/graphics/gnomeiconedit/files/patch-src::Makefile.in +++ b/graphics/gnomeiconedit/files/patch-src::Makefile.in @@ -7,8 +7,8 @@ $FreeBSD$ bin_PROGRAMS = gnome-iconedit $(COMPONENT) --INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) -+INCLUDES = $(GDK_PIXBUF_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) ++INCLUDES = $(GDK_PIXBUF_CFLAGS) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) CORBA_GENERATED = Iconedit.h Iconedit-stubs.c Iconedit-skels.c Iconedit-common.c |