summaryrefslogtreecommitdiffstats
path: root/academic/tophat/tophat.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-09-16 10:01:39 +0200
committer Matteo Bernardini2018-09-16 10:01:39 +0200
commitca287d36b4725ff2cf67fa44cb810df5fec58360 (patch)
treea2d7b1a2c920909c3a2331169d06edb2e4b65d7e /academic/tophat/tophat.SlackBuild
parent24e3944b74fb96d36bf7eb125a63330ce137a3aa (diff)
downloadslackbuilds-ca287d36b4725ff2cf67fa44cb810df5fec58360.tar.gz
20180916.1 global branch merge.current-20180916.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/tophat/tophat.SlackBuild')
-rw-r--r--academic/tophat/tophat.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/tophat/tophat.SlackBuild b/academic/tophat/tophat.SlackBuild
index e579ff1e9a..bdddfa4182 100644
--- a/academic/tophat/tophat.SlackBuild
+++ b/academic/tophat/tophat.SlackBuild
@@ -69,6 +69,9 @@ 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 {} \;
+# Thanks archlinux
+patch -p1 < $CWD/make_pair.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \