summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2020-06-06 19:38:28 +0200
committer Robby Workman2021-04-18 06:20:55 +0200
commit04ef1bc9a84476a01c9c0af3ae9478e3191ed599 (patch)
treeb4be0de187ed3330c5e62b9aa5e83fa650e8cbac
parent2d6d54c191ec7751d7957dd597df9cfd0bb32f8e (diff)
downloadslackbuilds-04ef1bc9a84476a01c9c0af3ae9478e3191ed599.tar.gz
graphics/enblend-enfuse: Add a missing header.
Thanks to Luc Van Rompaey Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--graphics/enblend-enfuse/enblend-enfuse.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild
index 26381c3f52..7d16524301 100644
--- a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild
+++ b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild
@@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i '/^#include <vector>$/a #include <limits>' src/minimizer.h
+
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \