aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/conky/files
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2010-03-07 21:03:42 +0800
committerdhn <dhn@FreeBSD.org>2010-03-07 21:03:42 +0800
commit91c280cd56b4f7fcc5ea375653051a994eeb0c46 (patch)
tree02a4f78f3c05ad2fe7ff2b09702e81baea64495f /sysutils/conky/files
parentb0c700fdb7790aaf5429c1178238ab117d999cc9 (diff)
downloadfreebsd-ports-gnome-91c280cd56b4f7fcc5ea375653051a994eeb0c46.tar.gz
freebsd-ports-gnome-91c280cd56b4f7fcc5ea375653051a994eeb0c46.tar.zst
freebsd-ports-gnome-91c280cd56b4f7fcc5ea375653051a994eeb0c46.zip
- Add support for Weather reports and apcupsd status
PR: ports/143457 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Diffstat (limited to 'sysutils/conky/files')
-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