summaryrefslogtreecommitdiff
path: root/sysutils/conky/files/patch-src_common.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-03 22:03:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-03 22:03:31 +0000
commit9a1f2c86fd80c9cd8b06b11408195371e43c588b (patch)
tree19545b32dbc91653eeaee7f6e45b40fddd7970e2 /sysutils/conky/files/patch-src_common.c
parentCLAW is a C++ Library Absolutely Wonderful providing useful classes (diff)
- Update to 1.5.1
Submitted by: adamw Approved by: maintainer (novel)
Notes
Notes: svn path=/head/; revision=214275
Diffstat (limited to 'sysutils/conky/files/patch-src_common.c')
-rw-r--r--sysutils/conky/files/patch-src_common.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/conky/files/patch-src_common.c b/sysutils/conky/files/patch-src_common.c
new file mode 100644
index 000000000000..2b79e69de71d
--- /dev/null
+++ b/sysutils/conky/files/patch-src_common.c
@@ -0,0 +1,14 @@
+--- src/common.c.orig 2008-03-31 00:56:41.000000000 -0400
++++ src/common.c 2008-06-03 14:30:34.000000000 -0400
+@@ -353,9 +353,11 @@
+ if (NEED(INFO_USERS)) {
+ update_users();
+ }
++#ifdef __linux__
+ if (NEED(INFO_GW)) {
+ update_gateway_info();
+ }
++#endif
+ if (NEED(INFO_DNS)) {
+ update_dns_data();
+ }