mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-13 11:15:27 +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$
|
# $Id$
|
||||||
|
|
||||||
|
2005-08-31
|
||||||
|
* FreeBSD support was added
|
||||||
|
|
||||||
2005-08-27
|
2005-08-27
|
||||||
* added threaded execi, $texeci
|
* added threaded execi, $texeci
|
||||||
* feature freeze
|
* feature freeze
|
||||||
|
10
configure.in
10
configure.in
@ -21,12 +21,12 @@ case $uname in
|
|||||||
WANT_KVM=yes
|
WANT_KVM=yes
|
||||||
WANT_DEVSTAT=yes
|
WANT_DEVSTAT=yes
|
||||||
;;
|
;;
|
||||||
NetBSD*)
|
# NetBSD*)
|
||||||
WANT_KVM=yes
|
# WANT_KVM=yes
|
||||||
WANT_OSSLIB=yes
|
# WANT_OSSLIB=yes
|
||||||
;;
|
# ;;
|
||||||
# Solaris doesn't work at all right now
|
|
||||||
|
|
||||||
|
# Solaris doesn't work at all right now
|
||||||
# SunOS*)
|
# SunOS*)
|
||||||
# WANT_KSTAT=yes
|
# WANT_KSTAT=yes
|
||||||
# ;;
|
# ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user