diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 17:10:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 17:54:51 +0200 |
commit | bff4145137de84981359b02343f4ee7db8cc439b (patch) | |
tree | 729590ff3fcb810487ee65084ef58a4e6beb59fa /package/gconf/patches/patch-Makefile_in | |
parent | e68709b7ab606546d1cfe9528b862536f87ce315 (diff) |
update to latest stable version
Diffstat (limited to 'package/gconf/patches/patch-Makefile_in')
-rw-r--r-- | package/gconf/patches/patch-Makefile_in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/gconf/patches/patch-Makefile_in b/package/gconf/patches/patch-Makefile_in new file mode 100644 index 000000000..14f9305b8 --- /dev/null +++ b/package/gconf/patches/patch-Makefile_in @@ -0,0 +1,14 @@ +--- GConf-3.2.6.orig/Makefile.in 2013-01-22 02:59:40.000000000 +0100 ++++ GConf-3.2.6/Makefile.in 2014-06-03 15:06:15.000000000 +0200 +@@ -398,9 +398,9 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + with_sysconfsubdir = @with_sysconfsubdir@ +-SUBDIRS = gconf backends po doc examples $(am__append_1) \ ++SUBDIRS = gconf backends doc examples $(am__append_1) \ + $(am__append_2) +-DIST_SUBDIRS = tests gconf backends po doc examples defaults gsettings ++DIST_SUBDIRS = tests gconf backends doc examples defaults gsettings + EXTRA_DIST = \ + TODO \ + gtk-doc.make \ |