diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-26 23:20:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:36 +0700 |
commit | dcce4546b7e67b4fe1706bbd7b5d6dcd113519e8 (patch) | |
tree | 6bc3ad261f0cb60f202d2a2abd66e9ba4e68b05e /libraries/xulrunner/xulrunner.SlackBuild | |
parent | 7482160bd04d3f726a0b299a6e42cf4f8685bd45 (diff) | |
download | slackbuilds-dcce4546b7e67b4fe1706bbd7b5d6dcd113519e8.tar.gz |
libraries/xulrunner: Patched to fix build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/xulrunner/xulrunner.SlackBuild')
-rw-r--r-- | libraries/xulrunner/xulrunner.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/xulrunner/xulrunner.SlackBuild b/libraries/xulrunner/xulrunner.SlackBuild index 05d8269516..5c4fe4273e 100644 --- a/libraries/xulrunner/xulrunner.SlackBuild +++ b/libraries/xulrunner/xulrunner.SlackBuild @@ -86,6 +86,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 +# https://bug1194520.bmoattachments.org/attachment.cgi?id=8647805 +patch -p1 < $CWD/ftfntfmt.patch + # Don't use --enable-system-cairo # https://bugzilla.mozilla.org/show_bug.cgi?id=722975 OPTIONS="\ |