diff options
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 05d8269516c6..5c4fe4273e5c 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="\ |