summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/mdocml/mdocml.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/mdocml/mdocml.SlackBuild b/system/mdocml/mdocml.SlackBuild
index db389491b4..3eb5cf97c1 100644
--- a/system/mdocml/mdocml.SlackBuild
+++ b/system/mdocml/mdocml.SlackBuild
@@ -77,6 +77,10 @@ else
fi
zcat "${CWD}"/mansearch_c-regcomp_compat.diff.gz |patch -p0
./configure
+
+# The makefile uses hard links :O
+sed -i -e 's/ln -f/ln -sf/' Makefile
+
CFLAGS=$SLKCFLAGS \
make
make install \