spack/var/spack/repos/builtin/packages/gnuplot/term_include.patch
Denis Davydov 0b948da74c gnuplot: fixed broken package and add variants (#3185)
* gnuplot: fix conflict in header via a simple patch; add variants

* gtkplus: fix missing dependency

* wx: fix build on macOS; switch to AutotoolsPackage

* gnuplot: add missing dependencies

* wx: put back parallel build
2017-03-12 09:37:26 -05:00

12 lines
261 B
Diff

--- a/docs/doc2x.h 2017-03-10 13:55:51.719850190 -0500
+++ b/docs/doc2x.h 2017-03-10 13:56:17.569826925 -0500
@@ -69,7 +69,7 @@
# ifdef ALL_TERM_DOC
# include "allterm.h"
# else
-# include "term.h"
+# include "src/term.h"
# endif
NULL
};