- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs... IPv4 masks are not printed properly yet. - konsole fixes for utmp - ksysguardd mostly working. Should unify with Net/FreeBSD - clock and timezone fixes mostly from Flinn Mueller. - uses kxkb_pic lib, thanks to Matthieu.
12 lines
583 B
Plaintext
12 lines
583 B
Plaintext
$OpenBSD: patch-configure_in,v 1.7 2003/01/27 19:22:50 espie Exp $
|
|
--- configure.in.orig Fri Jan 3 18:13:15 2003
|
|
+++ configure.in Thu Jan 9 23:22:49 2003
|
|
@@ -865,6 +865,7 @@ AC_MSG_CHECKING([if ksysguardd can be co
|
|
case "$host" in
|
|
*-*-linux*) ksysguardd_compile=yes; UNAME='Linux' ;;
|
|
*-*-freebsd*) ksysguardd_compile=yes; UNAME='FreeBSD' ;;
|
|
+ *-*-openbsd*) ksysguardd_compile=yes; UNAME='FreeBSD' ;;
|
|
*-*-netbsd*) ksysguardd_compile=yes; UNAME='NetBSD' ;;
|
|
*-*-solaris*) ksysguardd_compile=yes; UNAME='Solaris' ;;
|
|
*-*-osf*) ksysguardd_compile=yes; UNAME='Tru64' ;;
|