From 7eb01ad0aee0c20baaccf82cd1061673c8c609aa Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 30 Dec 2002 19:35:51 +0000 Subject: [PATCH] uncommit accidentally committed code. --- x11/kde/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/kde/Makefile.inc b/x11/kde/Makefile.inc index 3df5a228d0f..5573d137b80 100644 --- a/x11/kde/Makefile.inc +++ b/x11/kde/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2002/12/30 19:31:29 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2002/12/30 19:35:51 espie Exp $ DIST_SUBDIR?= kde HOMEPAGE?= http://www.kde.org MASTER_SITES?= ${MASTER_SITE_KDE:S@$@stable/${VERSION}/src/@} @@ -20,8 +20,8 @@ AUTOCONF_NEW= Yes CONFIGURE_ARGS+= ${MODQT_CONFIGURE_ARGS} CONFIGURE_ARGS+= --with-extra-libs="${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include/libpng:${LOCALBASE}/include" -#CONFIGURE_ARGS+= --disable-threading -#CONFIGURE_ARGS+= --disable-mt +CONFIGURE_ARGS+= --disable-threading +CONFIGURE_ARGS+= --disable-mt CONFIGURE_ARGS+= --with-xdmdir=/var/X11/kdm CONFIGURE_ARGS+= --enable-mitshm #CONFIGURE_ARGS+= --enable-debug=full