openbsd-ports/x11/kde/base3/patches/patch-configure_in
espie a4d2f30a9a kdebase 3.1:
- 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.
2003-01-27 19:22:49 +00:00

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' ;;