bea0bfcd56
wm-dockapp; simple network interface monitoring tool
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2003/05/11 02:56:56 wilfried Exp $
|
|
--- configure.orig Sun Feb 23 10:08:00 2003
|
|
+++ configure Fri May 9 17:41:24 2003
|
|
@@ -3052,6 +3052,10 @@ case $host_os in
|
|
OS=freebsd
|
|
LIBRARY_RPATH="$LIBRARY_RPATH:/usr/X11R6/lib"
|
|
;;
|
|
+*openbsd*)
|
|
+ OS=openbsd
|
|
+ LIBS="$LIBS -lkvm"
|
|
+ ;;
|
|
*)
|
|
echo ""
|
|
echo "Sorry, $host_os is not supported yet."
|