summaryrefslogtreecommitdiffstats
path: root/abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-06 03:47:17 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-06 03:47:17 (GMT)
commitd15fb78ef03a06029a4be89baf458353f3ccbbb0 (patch)
tree9107405152322d312b3356ad17701a091ddd12fa /abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch
parent01bb9d4076bee6200b34b719cc7f00d0ae5fab43 (diff)
downloadlinhes_pkgbuild-d15fb78ef03a06029a4be89baf458353f3ccbbb0.zip
linhes_pkgbuild-d15fb78ef03a06029a4be89baf458353f3ccbbb0.tar.gz
linhes_pkgbuild-d15fb78ef03a06029a4be89baf458353f3ccbbb0.tar.bz2
xine-ui:bumped to latest.
Diffstat (limited to 'abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch')
-rw-r--r--abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch b/abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch
new file mode 100644
index 0000000..daad4f0
--- /dev/null
+++ b/abs/extra/xine-ui/lirc-makefile-a68dd15ff7ae.patch
@@ -0,0 +1,19 @@
+
+# HG changeset patch
+# User Darren Salt <linux@youmustbejoking.demon.co.uk>
+# Date 1268758696 0
+# Node ID a68dd15ff7ae4be65c2ace25ef66966d7c272514
+# Parent 882c464d4a650d09da37ade366face74452c1897
+Restore definition of HAVE_LIRC for use in makefiles.
+
+--- a/m4/_xine.m4 Mon Mar 15 12:03:01 2010 -0700
++++ b/m4/_xine.m4 Tue Mar 16 16:58:16 2010 +0000
+@@ -62,6 +62,7 @@
+ if test "$found_lirc" = yes; then
+ AC_DEFINE([HAVE_LIRC],,[Define this if you have LIRC (liblirc_client) installed])
+ fi
++ AM_CONDITIONAL([HAVE_LIRC], [test "$found_lirc" = yes])
+ AC_SUBST(LIRC_LIBS)
+ AC_SUBST(LIRC_INCLUDE)
+ ])
+