mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
- Mention FreeBSD support in ChangeLog
- Disable NetBSD support: we have NetBSD specific code but it has not been touched since torsmo times, so it most likely doesn't build even git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@248 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
4ee616c528
commit
d2310dccd5
@ -1,5 +1,8 @@
|
||||
# $Id$
|
||||
|
||||
2005-08-31
|
||||
* FreeBSD support was added
|
||||
|
||||
2005-08-27
|
||||
* added threaded execi, $texeci
|
||||
* feature freeze
|
||||
|
10
configure.in
10
configure.in
@ -21,12 +21,12 @@ case $uname in
|
||||
WANT_KVM=yes
|
||||
WANT_DEVSTAT=yes
|
||||
;;
|
||||
NetBSD*)
|
||||
WANT_KVM=yes
|
||||
WANT_OSSLIB=yes
|
||||
;;
|
||||
# Solaris doesn't work at all right now
|
||||
# NetBSD*)
|
||||
# WANT_KVM=yes
|
||||
# WANT_OSSLIB=yes
|
||||
# ;;
|
||||
|
||||
# Solaris doesn't work at all right now
|
||||
# SunOS*)
|
||||
# WANT_KSTAT=yes
|
||||
# ;;
|
||||
|
Loading…
Reference in New Issue
Block a user