summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author ABE Shin-ichi2021-09-01 08:20:00 +0200
committer Willy Sudiarto Raharjo2021-09-06 03:50:31 +0200
commit04c60f0ee12caaac8dbd972d2a4f36cf52fb700e (patch)
tree8061672a177b8631148d2b7b615159cfb17da1cf
parentb301029c1c7bd26b3f26cbcbd7a42d7b36a47b30 (diff)
downloadslackbuilds-04c60f0ee12caaac8dbd972d2a4f36cf52fb700e.tar.gz
libraries/DirectFB: Add a fix for the new man2html syntax.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/DirectFB/DirectFB.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/DirectFB/DirectFB.SlackBuild b/libraries/DirectFB/DirectFB.SlackBuild
index f474d0c4bb..13eef7936d 100644
--- a/libraries/DirectFB/DirectFB.SlackBuild
+++ b/libraries/DirectFB/DirectFB.SlackBuild
@@ -79,6 +79,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 {} \;
+# man2html syntax has changed: thanks to marav on LQ for the sed line!
+sed -i 's/\$\*\ >/<\ \$\*\ >/' docs/Makefile.in
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \