]> git.pld-linux.org Git - packages/lirc.git/blame - lirc-tmp.patch
- define LINUX_VERSION
[packages/lirc.git] / lirc-tmp.patch
CommitLineData
325a518e 1--- lirc-0.8.6/config.h.in.orig 2009-09-13 10:52:17.000000000 +0200
2+++ lirc-0.8.6/config.h.in 2009-09-17 21:06:09.662437650 +0200
3@@ -348,7 +348,7 @@
3cf18ce7 4
5 #define LIRC_IRTTY DEVDIR "/" "ttyS0"
6
325a518e 7-#define LIRCD VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
3cf18ce7 8+#define LIRCD "/tmp/.lircd"
325a518e 9 #define LIRCM VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
3cf18ce7 10
325a518e 11 #define LIRCDCFGFILE SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
12--- lirc-0.8.6/configure.ac.orig 2009-09-17 21:04:55.172445270 +0200
13+++ lirc-0.8.6/configure.ac 2009-09-17 21:06:45.876392377 +0200
14@@ -1742,7 +1742,7 @@
3cf18ce7 15
16 #define LIRC_IRTTY DEVDIR "/" "ttyS0"
4fba81f6 17
325a518e 18-#define LIRCD VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
4fba81f6 19+#define LIRCD "/tmp/.lircd"
325a518e 20 #define LIRCM VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
4fba81f6 21
325a518e 22 #define LIRCDCFGFILE SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
This page took 0.102086 seconds and 4 git commands to generate.