diff options
author | ABE Shin-ichi <shin1.abe@nifty.com> | 2021-09-01 08:20:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:50:31 +0700 |
commit | 04c60f0ee12caaac8dbd972d2a4f36cf52fb700e (patch) | |
tree | 8061672a177b8631148d2b7b615159cfb17da1cf | |
parent | b301029c1c7bd26b3f26cbcbd7a42d7b36a47b30 (diff) |
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.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/DirectFB/DirectFB.SlackBuild b/libraries/DirectFB/DirectFB.SlackBuild index f474d0c4bb78..13eef7936dd2 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 \ |