summaryrefslogtreecommitdiff
path: root/sysutils/conky/files/patch-configure
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2010-03-07 13:03:42 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2010-03-07 13:03:42 +0000
commit49e869c313701afa31e607f38ed34146db4e2360 (patch)
treedc9d0d99b92bcdaa01a4f76f620b19f0899c72e5 /sysutils/conky/files/patch-configure
parent- Update to 2.8.5.3 (diff)
- Add support for Weather reports and apcupsd status
PR: ports/143457 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Notes
Notes: svn path=/head/; revision=250659
Diffstat (limited to 'sysutils/conky/files/patch-configure')
-rw-r--r--sysutils/conky/files/patch-configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/conky/files/patch-configure b/sysutils/conky/files/patch-configure
index 74cd4d428180..cebc6f7c9049 100644
--- a/sysutils/conky/files/patch-configure
+++ b/sysutils/conky/files/patch-configure
@@ -1,5 +1,14 @@
--- configure.orig
+++ configure
+@@ -12805,7 +12805,7 @@
+
+
+ if test x$want_apcupsd = xyes; then
+- if test x"$uname" != xLinux; then
++ if test x"$uname" != xLinux -a x"$uname" != xFreeBSD; then
+ { $as_echo "$as_me:$LINENO: apcupsd not supported on $uname... disabling" >&5
+ $as_echo "$as_me: apcupsd not supported on $uname... disabling" >&6;}
+ want_apcupsd=no
@@ -15930,7 +15930,7 @@
fi