openbsd-ports/x11/kde/base3/patches/patch-configure_in
espie a3551d6bb7 dependencies, dependencies...
don't rely on samba3 yet, need to check it.
use sasl2 and usb where applicable.
2005-03-30 19:25:23 +00:00

12 lines
470 B
Plaintext

$OpenBSD: patch-configure_in,v 1.13 2005/03/30 19:25:23 espie Exp $
--- configure.in.orig Wed Mar 30 12:55:45 2005
+++ configure.in Wed Mar 30 12:57:09 2005
@@ -548,6 +548,7 @@ if test "$KFI_FOUND_FREETYPE" -eq 1; the
*-*-aix*) UNAME='AIX' ;;
*-*-hpux*) UNAME='HPUX' ;;
*-*-darwin*) UNAME='Darwin' ;;
+ *-*-openbsd*) UNAME='OpenBSD';;
*) UNAME='Unknown' ;;
esac
AC_MSG_RESULT($UNAME)