From 04c60f0ee12caaac8dbd972d2a4f36cf52fb700e Mon Sep 17 00:00:00 2001 From: ABE Shin-ichi Date: Wed, 1 Sep 2021 08:20:00 +0200 Subject: [PATCH] libraries/DirectFB: Add a fix for the new man2html syntax. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- libraries/DirectFB/DirectFB.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) 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 \