diff options
author | maho <maho@FreeBSD.org> | 2006-07-23 13:31:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-07-23 13:31:47 +0800 |
commit | 9e9f5767f04414571d5406e79e7ead54f94d5d6b (patch) | |
tree | aacb87730520032b38f6c1812a545379a0d50eb0 /lang/gcc41-withgcjawt | |
parent | f51cf2f6b6d126795ce42947fd1da6cbe22c151f (diff) | |
download | freebsd-ports-gnome-9e9f5767f04414571d5406e79e7ead54f94d5d6b.tar.gz freebsd-ports-gnome-9e9f5767f04414571d5406e79e7ead54f94d5d6b.tar.zst freebsd-ports-gnome-9e9f5767f04414571d5406e79e7ead54f94d5d6b.zip |
Introducing one more kludge so that buildable with 20060721
snapshot. Hope libtool in gcc41 will be updated soon.
Diffstat (limited to 'lang/gcc41-withgcjawt')
-rw-r--r-- | lang/gcc41-withgcjawt/files/patch-configure | 19 |
1 files changed, 19 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" + |