diff options
Diffstat (limited to 'net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch')
-rw-r--r-- | net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch b/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch new file mode 100644 index 000000000000..295394931b8b --- /dev/null +++ b/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch @@ -0,0 +1,81 @@ +diff --exclude='*~' -Naur kmyfirewall-1.0.orig/configure kmyfirewall-1.0/configure +--- kmyfirewall-1.0.orig/configure 2005-12-12 16:01:44.000000000 -0200 ++++ kmyfirewall-1.0/configure 2005-12-12 16:04:37.000000000 -0200 +@@ -31546,77 +31546,6 @@ + + if test "$build_arts" '!=' "no"; then + +- echo "$as_me:$LINENO: checking for mcopidl" >&5 +-echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6 +- if test -n "$MCOPIDL"; then +- kde_cv_path="$MCOPIDL"; +- else +- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` +- +- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- +- kde_cv_path="NONE" +- kde_save_IFS=$IFS +- IFS=':' +- dirs="" +- for dir in $PATH; do +- dirs="$dirs $dir" +- done +- if test -z ""; then dirs="$kde_default_bindirs $dirs" +- else dirs="$dirs $kde_default_bindirs" +- fi +- 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 "$as_me:$LINENO: result: not found" >&5 +-echo "${ECHO_T}not found" >&6 +- +- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found! +-Please check whether you installed aRts correctly or use +---without-arts to compile without aRts support (this will remove functionality). +-" >&5 +-echo "$as_me: error: The important program mcopidl was not found! +-Please check whether you installed aRts correctly or use +---without-arts to compile without aRts support (this will remove functionality). +-" >&2;} +- { (exit 1); exit 1; }; } +- +- else +- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +-echo "${ECHO_T}$kde_cv_path" >&6 +- MCOPIDL=$kde_cv_path +- +- fi +- +- + echo "$as_me:$LINENO: checking for artsc-config" >&5 + echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6 + if test -n "$ARTSCCONFIG"; then |