Revision: 71064 http://trac.macports.org/changeset/71064 Author: raphael@macports.org Date: 2010-08-31 00:05:07 -0700 (Tue, 31 Aug 2010) Log Message: ----------- gconf: patch Makefile.am so that glib.h can be found; fixes #25818 Modified Paths: -------------- trunk/dports/gnome/gconf/Portfile Added Paths: ----------- trunk/dports/gnome/gconf/files/ trunk/dports/gnome/gconf/files/patch-defaults-Makefile.am.diff Modified: trunk/dports/gnome/gconf/Portfile =================================================================== --- trunk/dports/gnome/gconf/Portfile 2010-08-31 05:05:18 UTC (rev 71063) +++ trunk/dports/gnome/gconf/Portfile 2010-08-31 07:05:07 UTC (rev 71064) @@ -38,6 +38,8 @@ port:openssl \ port:orbit2 +patchfiles patch-defaults-Makefile.am.diff + configure.args --without-openldap destroot.keepdirs \ Added: trunk/dports/gnome/gconf/files/patch-defaults-Makefile.am.diff =================================================================== --- trunk/dports/gnome/gconf/files/patch-defaults-Makefile.am.diff (rev 0) +++ trunk/dports/gnome/gconf/files/patch-defaults-Makefile.am.diff 2010-08-31 07:05:07 UTC (rev 71064) @@ -0,0 +1,10 @@ +--- defaults/Makefile.am.orig 2010-08-23 13:31:45.000000000 -0400 ++++ defaults/Makefile.am 2010-08-23 13:32:05.000000000 -0400 +@@ -15,6 +15,7 @@ + INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ ++ $(DEPENDENT_WITH_GTK_CFLAGS) \ + -DSYSGCONFDIR=\"$(sysgconfdir)\" \ + $(DEFAULTS_CFLAGS) +