diff options
-rw-r--r-- | www/galeon2/files/patch-configure | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure index c4953085db6f..747da60f545c 100644 --- a/www/galeon2/files/patch-configure +++ b/www/galeon2/files/patch-configure @@ -1,6 +1,37 @@ ---- configure.orig Sun Mar 9 08:30:25 2003 -+++ configure Mon Apr 7 21:57:40 2003 -@@ -7838,6 +7838,7 @@ +--- configure.orig Tue Jun 1 13:57:51 2004 ++++ configure Tue Jun 1 13:58:33 2004 +@@ -1706,30 +1706,7 @@ + echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + fi + +-if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then +- # Keeping the `.' argument allows $(mkdir_p) to be used without +- # argument. Indeed, we sometimes output rules like +- # $(mkdir_p) $(somedir) +- # where $(somedir) is conditionally defined. +- # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more +- # expensive solution, as it forces Make to start a sub-shell.) + mkdir_p='mkdir -p -- .' +-else +- # On NextStep and OpenStep, the `mkdir' command does not +- # recognize any option. It will interpret all options as +- # directories to create, and then abort because `.' already +- # exists. +- for d in ./-p ./--version; +- do +- test -d $d && rmdir $d +- done +- # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. +- if test -f "$ac_aux_dir/mkinstalldirs"; then +- mkdir_p='$(mkinstalldirs)' +- else +- mkdir_p='$(install_sh) -d' +- fi +-fi + + for ac_prog in gawk mawk nawk awk + do +@@ -19101,6 +19078,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |