summaryrefslogtreecommitdiff
path: root/math/kcalc
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2007-01-19 02:28:24 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2007-01-19 02:28:24 +0000
commit5df9e1fc69772b544f5d30f2fbbac9ecd729b0fd (patch)
treebadf70005ead262b0956efbb6deb32b7878b691d /math/kcalc
parent- Update to 0.8.0 (diff)
Chase comms/lirc update.
Notes
Notes: svn path=/head/; revision=182771
Diffstat (limited to 'math/kcalc')
-rw-r--r--math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp b/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
index 3d0e3cd8c08b..76174cb1ed0d 100644
--- a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
+++ b/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
@@ -5,7 +5,7 @@
sockaddr_un addr;
addr.sun_family = AF_UNIX;
- strcpy(addr.sun_path, "/dev/lircd");
-+ strcpy(addr.sun_path, "/var/lirc/lircd");
++ strcpy(addr.sun_path, "/var/run/lirc/lircd");
if(::connect(sock, (struct sockaddr *)(&addr), sizeof(addr)) == -1)
{ ::close(sock);
- // in case of mandrake...