summaryrefslogtreecommitdiff
path: root/academic/root/root.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/root/root.SlackBuild')
-rw-r--r--academic/root/root.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/root/root.SlackBuild b/academic/root/root.SlackBuild
index aaed68d9ef..0a182993d8 100644
--- a/academic/root/root.SlackBuild
+++ b/academic/root/root.SlackBuild
@@ -98,6 +98,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix building with gsl-2.1
+patch -p1 < $CWD/root_gsl2.patch
+
# Make sure we use system libs and headers
rm -r graf3d/ftgl/{inc,src} || die
rm -r graf2d/freetype/src || die