diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-30 23:14:28 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-30 23:14:28 +0000 |
commit | 7dd2eb9a863452e5c328606287c11b87a590b92c (patch) | |
tree | 99737aa593a071f83fcee64363cfd26f80d35dfc /java/jikes/files/patch-ac | |
parent | Update to pre2 (diff) |
Using libicuuc.a seems to make jikes more unstable. Since this is supposed
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
Notes
Notes:
svn path=/head/; revision=65339
Diffstat (limited to '')
-rw-r--r-- | java/jikes/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jikes/files/patch-ac b/java/jikes/files/patch-ac deleted file mode 100644 index b43dedce4e7e..000000000000 --- a/java/jikes/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Tue Aug 27 12:55:18 2002 -+++ configure.in Tue Aug 27 12:54:39 2002 -@@ -108,7 +108,7 @@ - AC_CHECK_ICONV() - - dnl Check if "IBM Classes for UNICODE library" is present --AC_CHECK_LIB(icu-uc, u_getVersion) -+AC_CHECK_LIB(icuuc, u_getVersion) - - dnl Check for cygwin path conversion functions - AC_CHECK_FUNCS(cygwin_win32_to_posix_path_list) |