summaryrefslogtreecommitdiffstats
path: root/utils/gnuplot/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gnuplot/PRE_BUILD')
-rwxr-xr-xutils/gnuplot/PRE_BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gnuplot/PRE_BUILD b/utils/gnuplot/PRE_BUILD
index 4e9ad8f9f0..03342b3098 100755
--- a/utils/gnuplot/PRE_BUILD
+++ b/utils/gnuplot/PRE_BUILD
@@ -3,6 +3,7 @@ cd "$SOURCE_DIRECTORY" &&
# Fix build that thinks we are cross-compiling.
# Hopefully fixed in gnuplot 4.7 .
patch -Np0 < "$SPELL_DIRECTORY/crossbuild.patch" &&
+patch -Np1 < "$SPELL_DIRECTORY/0001-fix-compatibility-with-lua-5.2.patch" &&
if [[ $GNUPLOT_BRANCH == scm ]]; then
cd "$SOURCE_DIRECTORY" &&