diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-23 05:31:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-23 05:31:47 +0000 |
commit | bf20fa071ef8ef314f9cc1bfc2e78988a1f5efa8 (patch) | |
tree | f5e84d8d87c1bee3ed0c1177c15c84fc6162dfff | |
parent | 3a100837b43b3a1d262b476611b404daf0dd8a77 (diff) | |
download | ports-bf20fa071ef8ef314f9cc1bfc2e78988a1f5efa8.tar.gz ports-bf20fa071ef8ef314f9cc1bfc2e78988a1f5efa8.zip |
Introducing one more kludge so that buildable with 20060721
snapshot. Hope libtool in gcc41 will be updated soon.
Notes
Notes:
svn path=/head/; revision=168524
-rw-r--r-- | lang/gcc41-withgcjawt/files/patch-configure | 19 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/files/patch-configure | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/lang/gcc41-withgcjawt/files/patch-configure b/lang/gcc41-withgcjawt/files/patch-configure index 74b10d9d3628..bbbfe8f8ba6a 100644 --- a/lang/gcc41-withgcjawt/files/patch-configure +++ b/lang/gcc41-withgcjawt/files/patch-configure @@ -63,3 +63,22 @@ never be upstreamed. correct solution might be upgrading libtool(?) ;; esac +--- libjava/configure~ Sun Jul 23 11:01:24 2006 ++++ libjava/configure Sun Jul 23 11:04:35 2006 +@@ -6118,11 +6118,11 @@ + objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ + deplibs_check_method="$deplibs_check_method" \ + file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ +---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ +-|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5 +-echo "$as_me: error: libtool tag configuration failed" >&2;} +- { (exit 1); exit 1; }; } ++#${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ ++#--build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ ++#|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5 ++#echo "$as_me: error: libtool tag configuration failed" >&2;} ++# { (exit 1); exit 1; }; } + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" + diff --git a/lang/gcc42-withgcjawt/files/patch-configure b/lang/gcc42-withgcjawt/files/patch-configure index 74b10d9d3628..bbbfe8f8ba6a 100644 --- a/lang/gcc42-withgcjawt/files/patch-configure +++ b/lang/gcc42-withgcjawt/files/patch-configure @@ -63,3 +63,22 @@ never be upstreamed. correct solution might be upgrading libtool(?) ;; esac +--- libjava/configure~ Sun Jul 23 11:01:24 2006 ++++ libjava/configure Sun Jul 23 11:04:35 2006 +@@ -6118,11 +6118,11 @@ + objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ + deplibs_check_method="$deplibs_check_method" \ + file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ +---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ +-|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5 +-echo "$as_me: error: libtool tag configuration failed" >&2;} +- { (exit 1); exit 1; }; } ++#${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ ++#--build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ ++#|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5 ++#echo "$as_me: error: libtool tag configuration failed" >&2;} ++# { (exit 1); exit 1; }; } + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" + |