summaryrefslogtreecommitdiffstats
path: root/multimedia/plex-home-theater/plex-home-theater.SlackBuild
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-04-11 13:56:01 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-12 17:34:23 +0700
commit40611f26611e2626bc8025ca7fed3e960525a053 (patch)
tree39fa7fa5d092d576db1837f51a58c12260c7d08c /multimedia/plex-home-theater/plex-home-theater.SlackBuild
parent30ac9806f4de9fee64e1b312fe859f8f840a17a2 (diff)
downloadslackbuilds-40611f26611e2626bc8025ca7fed3e960525a053.tar.gz
slackbuilds-40611f26611e2626bc8025ca7fed3e960525a053.tar.xz
multimedia/plex-home-theater: Fix build failure with fribidi-0.19.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--multimedia/plex-home-theater/plex-home-theater.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/plex-home-theater/plex-home-theater.SlackBuild b/multimedia/plex-home-theater/plex-home-theater.SlackBuild
index 3f0a9beffc..c23fad3237 100644
--- a/multimedia/plex-home-theater/plex-home-theater.SlackBuild
+++ b/multimedia/plex-home-theater/plex-home-theater.SlackBuild
@@ -78,6 +78,10 @@ sed -i 's/ ShairPort//' plex/CMakeModules/PlatformConfigLINUX.cmake
# Disables AES for VIA CPU's due to segfaults. Thanks to Philip van der Hoeven.
patch -p0 < $CWD/disable_via_ace.patch
+# Find fribidi-0.19.7
+# https://raw.githubusercontent.com/foux/fouxlay/master/media-tv/plex-home-theater/files/fribidi.patch
+patch -p1 < $CWD/fribidi.patch
+
mkdir build
cd build