4272ee15d5
from brad
34 lines
891 B
Plaintext
34 lines
891 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2012/08/27 09:34:42 jasper Exp $
|
|
--- configure.orig Wed Jan 16 21:24:31 2008
|
|
+++ configure Tue Aug 23 14:28:39 2011
|
|
@@ -30012,16 +30012,16 @@ else
|
|
IFS=$kde_save_IFS
|
|
|
|
for dir in $dirs; do
|
|
- if test -x "$dir/uic"; then
|
|
+ if test -x "$dir/uic3"; then
|
|
if test -n ""
|
|
then
|
|
- evalstr="$dir/uic 2>&1 "
|
|
+ evalstr="$dir/uic3 2>&1 "
|
|
if eval $evalstr; then
|
|
- kde_cv_path="$dir/uic"
|
|
+ kde_cv_path="$dir/uic3"
|
|
break
|
|
fi
|
|
else
|
|
- kde_cv_path="$dir/uic"
|
|
+ kde_cv_path="$dir/uic3"
|
|
break
|
|
fi
|
|
fi
|
|
@@ -30361,7 +30361,7 @@ if test "$kde_qtver" = 1; then
|
|
kde_check_lib="libkdecore.so"
|
|
else
|
|
kde_check_header="ksharedptr.h"
|
|
- kde_check_lib="libkio.so"
|
|
+ kde_check_lib="libkio.so.7.0"
|
|
fi
|
|
|
|
if test -z ""; then
|