diff options
Diffstat (limited to 'converters/kdesupport/patches/patch-aa')
-rw-r--r-- | converters/kdesupport/patches/patch-aa | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/converters/kdesupport/patches/patch-aa b/converters/kdesupport/patches/patch-aa index 1d56c05cd8c..1aecfc49425 100644 --- a/converters/kdesupport/patches/patch-aa +++ b/converters/kdesupport/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 1999/02/15 22:34:58 tron Exp $ +$NetBSD: patch-aa,v 1.4 1999/03/23 23:30:26 tron Exp $ --- configure.orig Sat Feb 6 18:56:20 1999 -+++ configure Mon Feb 15 22:47:27 1999 ++++ configure Tue Mar 23 22:54:30 1999 @@ -1941,6 +1941,8 @@ kde_save_cflags="$CFLAGS" CC=$CXX @@ -19,3 +19,39 @@ $NetBSD: patch-aa,v 1.3 1999/02/15 22:34:58 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. +@@ -3206,7 +3209,7 @@ + + + +- ++if false; then + echo $ac_n "checking for Qt""... $ac_c" 1>&6 + echo "configure:3212: checking for Qt" >&5 + ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO +@@ -3540,7 +3543,7 @@ + + + LIB_QT='-lqt $(LIB_X11)' +- ++fi + + + +@@ -5414,7 +5417,7 @@ + + + +- ++if false; then + echo $ac_n "checking for main in -ljs""... $ac_c" 1>&6 + echo "configure:5420: checking for main in -ljs" >&5 + ac_lib_var=`echo js'_'main | sed 'y%./+-%__p_%'` +@@ -5460,7 +5463,7 @@ + For this have a look at http://www.ngs.fi/js/ + " 1>&2 + TOPSUBDIRS="$TOPSUBDIRS js" +- ++fi + + cat >> confdefs.h <<EOF + #define CANONICAL_HOST "$host" |