ports/sysutils/conky/files/patch-configure
Philip M. Gollucci d50fa8a2e2 - Update to 1.8.1
PR:				ports/151351
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr>
2010-10-19 01:12:52 +00:00

20 lines
791 B
Text

--- configure.orig
+++ configure
@@ -11645,7 +11645,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:${as_lineno-$LINENO}: apcupsd not supported on $uname... disabling" >&5
$as_echo "$as_me: apcupsd not supported on $uname... disabling" >&6;}
want_apcupsd="not supported on $uname"
@@ -11675,7 +11675,7 @@
if test x$want_iostats = xyes; then
- if test x"$uname" != xLinux; then
+ if test x"$uname" != xLinux -a x"$uname" != xFreeBSD; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: iostats not supported on $uname... disabling" >&5
$as_echo "$as_me: iostats not supported on $uname... disabling" >&6;}
want_iostats="not supported on $uname"