diff options
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 + ]) |