1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00

Add OpenBSD-lines (it's no-where near complete), but just show to

curious source-lookers, OpenBSD is thought of ;-)


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@607 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Jasper 2006-03-24 13:49:25 +00:00
parent a9439b038e
commit 813522a2e2

View File

@ -27,6 +27,11 @@ case $uname in
# WANT_OSSLIB=yes
# ;;
# OpenBSD*)
# WANT_KVM=yes
# WANT_OSSLIB=yes
# ;;
# Solaris doesn't work at all right now
# SunOS*)
# WANT_KSTAT=yes
@ -43,6 +48,7 @@ AM_CONDITIONAL(BUILD_LINUX, test x$uname = xLinux)
AM_CONDITIONAL(BUILD_SOLARIS, test x$uname = xSunOS)
AM_CONDITIONAL(BUILD_FREEBSD, test x$uname = xFreeBSD)
AM_CONDITIONAL(BUILD_NETBSD, test x$uname = xNetBSD)
# AM_CONDITIONAL(BUILD_OPENBSD, test x$uname = xOpenBSD)
dnl
dnl XFT option
@ -422,7 +428,7 @@ if test x$WANT_DEVSTAT = xyes; then
fi
dnl
dnl OSSLIB for NetBSD
dnl OSSLIB for NetBSD/OpenBSD
dnl
if test x$WANT_OSSLIB = xyes; then