diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-01-30 23:01:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-06 20:30:13 +0100 |
commit | 1a181c4f6c61cb3bc1c11fa700add911613d2bd8 (patch) | |
tree | 4f52337a6ae4f689a2d089d8575e1526b7b95145 /sci-visualization/spyview/files | |
parent | sci-libs/lapack-reference: fix installation on Prefix, bug #608266 (diff) | |
download | gentoo-1a181c4f6c61cb3bc1c11fa700add911613d2bd8.tar.gz gentoo-1a181c4f6c61cb3bc1c11fa700add911613d2bd8.tar.bz2 gentoo-1a181c4f6c61cb3bc1c11fa700add911613d2bd8.zip |
sci-visualization/spyview: Fix 20150124 ebuild
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3731
Diffstat (limited to 'sci-visualization/spyview/files')
-rw-r--r-- | sci-visualization/spyview/files/spyview-20150124-gnuplot_interface_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-visualization/spyview/files/spyview-20150124-gnuplot_interface_fix.patch b/sci-visualization/spyview/files/spyview-20150124-gnuplot_interface_fix.patch new file mode 100644 index 000000000000..6f15296012f2 --- /dev/null +++ b/sci-visualization/spyview/files/spyview-20150124-gnuplot_interface_fix.patch @@ -0,0 +1,10 @@ +--- a/spyview/Gnuplot_Interface.C ++++ b/spyview/Gnuplot_Interface.C +@@ -13,6 +13,7 @@ + #else + #include <sys/stat.h> + #include <sys/types.h> ++#include <sys/wait.h> + #endif + using namespace boost; + |