summaryrefslogtreecommitdiffstats
path: root/abs/extra/plex-home-theater/plex-lirc-socket.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-08-08 03:17:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-08-08 03:17:38 (GMT)
commit08f42061af64774c92b82b10b237fc5a8fc3a487 (patch)
tree76866b24162b27d975d3e54adb10f77165f89c4b /abs/extra/plex-home-theater/plex-lirc-socket.patch
parentf7441834812bc08f6ff2acc3877880e110467a01 (diff)
downloadlinhes_pkgbuild-08f42061af64774c92b82b10b237fc5a8fc3a487.zip
linhes_pkgbuild-08f42061af64774c92b82b10b237fc5a8fc3a487.tar.gz
linhes_pkgbuild-08f42061af64774c92b82b10b237fc5a8fc3a487.tar.bz2
plex-home-theater: rebuild for x264
Diffstat (limited to 'abs/extra/plex-home-theater/plex-lirc-socket.patch')
-rw-r--r--abs/extra/plex-home-theater/plex-lirc-socket.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/extra/plex-home-theater/plex-lirc-socket.patch b/abs/extra/plex-home-theater/plex-lirc-socket.patch
deleted file mode 100644
index 0a7ebf3..0000000
--- a/abs/extra/plex-home-theater/plex-lirc-socket.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From c20e1deb62521acaca945fe6af780cdfb477610b Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd@gmail.com>
-Date: Thu, 30 Oct 2014 09:43:48 +0100
-Subject: [PATCH] Fix lirc socket path
-
----
- configure.in | 4 ++--
- plex/CMakeModules/PlatformConfigLINUX.cmake | 2 +-
- plex/CMakeModules/PlatformConfigRPI.cmake | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 002245a..85ad398 100644
---- a/configure.in
-+++ b/configure.in
-@@ -452,9 +452,9 @@ AC_ARG_ENABLE([texturepacker],
-
- AC_ARG_WITH([lirc-device],
- [AS_HELP_STRING([--with-lirc-device=file],
-- [specify the default LIRC device (default is /dev/lircd)])],
-+ [specify the default LIRC device (default is /var/run/lirc/lircd)])],
- [lirc_device=$withval],
-- [lirc_device=/dev/lircd])
-+ [lirc_device=/var/run/lirc/lircd])
- AC_DEFINE_UNQUOTED([LIRC_DEVICE], ["$lirc_device"], [Default LIRC device])
-
- AC_ARG_ENABLE([udev],
-diff --git a/plex/CMakeModules/PlatformConfigLINUX.cmake b/plex/CMakeModules/PlatformConfigLINUX.cmake
-index 078fafb..3afa5c1 100644