summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-05-10 17:25:01 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-05-10 17:25:01 +0000
commitbce3a8a3b3fea8f5693d8d2007e2052a56629823 (patch)
tree35d08fd205cbd996cbcd7820a9377cc0b27f2ac1 /net-dialup/komport/files
parentfixed SRC_URI for 0.5.1 (diff)
downloadgentoo-2-bce3a8a3b3fea8f5693d8d2007e2052a56629823.tar.gz
gentoo-2-bce3a8a3b3fea8f5693d8d2007e2052a56629823.tar.bz2
gentoo-2-bce3a8a3b3fea8f5693d8d2007e2052a56629823.zip
remove configure check for arts
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/komport/files')
-rw-r--r--net-dialup/komport/files/komport-0.5.9-configure-arts.diff129
1 files changed, 129 insertions, 0 deletions
diff --git a/net-dialup/komport/files/komport-0.5.9-configure-arts.diff b/net-dialup/komport/files/komport-0.5.9-configure-arts.diff
new file mode 100644
index 000000000000..dbe168174a6f
--- /dev/null
+++ b/net-dialup/komport/files/komport-0.5.9-configure-arts.diff
@@ -0,0 +1,129 @@
+--- configure.orig 2005-05-10 01:45:51.000000000 +0200
++++ configure 2005-05-10 01:47:38.000000000 +0200
+@@ -8270,126 +8270,6 @@
+ fi
+
+
+- echo $ac_n "checking for mcopidl""... $ac_c" 1>&6
+-echo "configure:8275: checking for mcopidl" >&5
+- if test -n "$MCOPIDL"; then
+- kde_cv_path="$MCOPIDL";
+- else
+- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
+- echo $ac_n "(cached) $ac_c" 1>&6
+-else
+-
+- kde_cv_path="NONE"
+- dirs="$kde_default_bindirs"
+- kde_save_IFS=$IFS
+- IFS=':'
+- for dir in $PATH; do
+- dirs="$dirs $dir"
+- done
+- IFS=$kde_save_IFS
+-
+- for dir in $dirs; do
+- if test -x "$dir/mcopidl"; then
+- if test -n ""
+- then
+- evalstr="$dir/mcopidl 2>&1 "
+- if eval $evalstr; then
+- kde_cv_path="$dir/mcopidl"
+- break
+- fi
+- else
+- kde_cv_path="$dir/mcopidl"
+- break
+- fi
+- fi
+- done
+-
+- eval "kde_cv_path_$kde_cache=$kde_cv_path"
+-
+-
+-fi
+-
+-
+- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
+-
+- fi
+-
+- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$ac_t""not found" 1>&6
+-
+- { echo "configure: error: The important program mcopidl was not found!
+-Please check whether you installed KDE correctly.
+-" 1>&2; exit 1; }
+-
+- else
+- echo "$ac_t""$kde_cv_path" 1>&6
+- MCOPIDL=$kde_cv_path
+-
+- fi
+-
+-
+- echo $ac_n "checking for artsc-config""... $ac_c" 1>&6
+-echo "configure:8335: checking for artsc-config" >&5
+- if test -n "$ARTSCCONFIG"; then
+- kde_cv_path="$ARTSCCONFIG";
+- else
+- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
+- echo $ac_n "(cached) $ac_c" 1>&6
+-else
+-
+- kde_cv_path="NONE"
+- dirs="$kde_default_bindirs"
+- kde_save_IFS=$IFS
+- IFS=':'
+- for dir in $PATH; do
+- dirs="$dirs $dir"
+- done
+- IFS=$kde_save_IFS
+-
+- for dir in $dirs; do
+- if test -x "$dir/artsc-config"; then
+- if test -n ""
+- then
+- evalstr="$dir/artsc-config 2>&1 "
+- if eval $evalstr; then
+- kde_cv_path="$dir/artsc-config"
+- break
+- fi
+- else
+- kde_cv_path="$dir/artsc-config"
+- break
+- fi
+- fi
+- done
+-
+- eval "kde_cv_path_$kde_cache=$kde_cv_path"
+-
+-
+-fi
+-
+-
+- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
+-
+- fi
+-
+- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$ac_t""not found" 1>&6
+-
+- { echo "configure: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" 1>&2; exit 1; }
+-
+- else
+- echo "$ac_t""$kde_cv_path" 1>&6
+- ARTSCCONFIG=$kde_cv_path
+-
+- fi
+-
+-
+ echo $ac_n "checking for kde-config""... $ac_c" 1>&6
+ echo "configure:8395: checking for kde-config" >&5
+ if test -n "$KDECONFIG"; then