diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-31 14:59:44 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-31 14:59:44 +0000 |
commit | 327bcd2774478d7cf9622e629b9eb1a9604e1651 (patch) | |
tree | 2b807efb1476f57030af258d803d0e47600cbde1 /sci-geosciences/viking/files/1.3-autoreconf.patch | |
parent | Remove old. (diff) | |
download | gentoo-2-327bcd2774478d7cf9622e629b9eb1a9604e1651.tar.gz gentoo-2-327bcd2774478d7cf9622e629b9eb1a9604e1651.tar.bz2 gentoo-2-327bcd2774478d7cf9622e629b9eb1a9604e1651.zip |
Version bump to latest. Drop older. Wrt bug#418289. Thanks to jannis for the patch.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/viking/files/1.3-autoreconf.patch')
-rw-r--r-- | sci-geosciences/viking/files/1.3-autoreconf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-geosciences/viking/files/1.3-autoreconf.patch b/sci-geosciences/viking/files/1.3-autoreconf.patch new file mode 100644 index 000000000000..c8ddd6f6873a --- /dev/null +++ b/sci-geosciences/viking/files/1.3-autoreconf.patch @@ -0,0 +1,12 @@ +--- configure.ac.orig 2012-05-31 09:40:33.543090992 +0200 ++++ configure.ac 2012-05-31 09:40:44.372640811 +0200 +@@ -350,9 +350,6 @@ + help/Makefile + doc/Makefile + doc/examples/Makefile]) +-if test x$enable_gtk_doc = xyes; then +-AC_CONFIG_FILES([doc/reference/Makefile]) +-fi + AC_OUTPUT([ + viking.spec + ]) |