diff options
Diffstat (limited to 'gnu/packages/patches/ots-no-include-missing-file.patch')
| -rw-r--r-- | gnu/packages/patches/ots-no-include-missing-file.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/patches/ots-no-include-missing-file.patch b/gnu/packages/patches/ots-no-include-missing-file.patch new file mode 100644 index 00000000000..c23c7c36a12 --- /dev/null +++ b/gnu/packages/patches/ots-no-include-missing-file.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | The file $(top_srcdir)/gtk-doc.make doesn't exist, so don't include it. | ||
| 2 | |||
| 3 | --- a/doc/Makefile.in 2007-04-08 20:17:25.000000000 +0200 | ||
| 4 | +++ b/doc/Makefile.in 2014-09-06 23:19:41.413397662 +0200 | ||
| 5 | @@ -240,9 +240,6 @@ | ||
| 6 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
| 7 | mostlyclean distclean maintainer-clean | ||
| 8 | |||
| 9 | - | ||
| 10 | -include $(top_srcdir)/gtk-doc.make | ||
| 11 | - | ||
| 12 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 13 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 14 | .NOEXPORT: | ||
