diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-17 19:47:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-17 19:47:45 +0000 |
commit | ca5ba194021e84a4113b68a942dfb782369dc223 (patch) | |
tree | b6090e71f851452e67c5f6016c7b70379a0f726e /sci-geosciences/viking/files | |
parent | Version bump. (diff) | |
download | historical-ca5ba194021e84a4113b68a942dfb782369dc223.tar.gz historical-ca5ba194021e84a4113b68a942dfb782369dc223.tar.bz2 historical-ca5ba194021e84a4113b68a942dfb782369dc223.zip |
Actualy run eautoreconf due to the required patch for gpsd. Fixes bug #372081
Package-Manager: portage-2.2.0_alpha38/cvs/Linux x86_64
Diffstat (limited to 'sci-geosciences/viking/files')
-rw-r--r-- | sci-geosciences/viking/files/1.2.1-autoreconf.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-geosciences/viking/files/1.2.1-autoreconf.patch b/sci-geosciences/viking/files/1.2.1-autoreconf.patch new file mode 100644 index 000000000000..3e66afa4e934 --- /dev/null +++ b/sci-geosciences/viking/files/1.2.1-autoreconf.patch @@ -0,0 +1,13 @@ +diff -urN viking-1.2.1.old/configure.ac viking-1.2.1/configure.ac +--- viking-1.2.1.old/configure.ac 2011-06-17 21:44:31.920086938 +0200 ++++ viking-1.2.1/configure.ac 2011-06-17 21:44:43.574941232 +0200 +@@ -344,9 +344,6 @@ + doc/Makefile + doc/examples/Makefile + doc/dev/Makefile]) +-if test x$enable_gtk_doc = xyes; then +-AC_CONFIG_FILES([doc/reference/Makefile]) +-fi + AC_OUTPUT([ + viking.spec + ]) |