openbsd-ports/x11/kde/base3/patches/patch-configure_in
espie efb28f465d Minor update to kde 3.4.3, mostly zap qt 3.3.5 patches that have been
integrated, recognize theora in multimedia.
i18n3 to come...
2005-10-17 11:28:23 +00:00

12 lines
470 B
Plaintext

$OpenBSD: patch-configure_in,v 1.15 2005/10/17 11:28:24 espie Exp $
--- configure.in.orig Wed Oct 5 23:39:40 2005
+++ configure.in Sun Oct 9 00:12:06 2005
@@ -593,6 +593,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)