summaryrefslogtreecommitdiff
path: root/java/jikes/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-08-30 23:14:28 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-08-30 23:14:28 +0000
commit7dd2eb9a863452e5c328606287c11b87a590b92c (patch)
tree99737aa593a071f83fcee64363cfd26f80d35dfc /java/jikes/files
parentUpdate 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 'java/jikes/files')
-rw-r--r--java/jikes/files/patch-ab28
-rw-r--r--java/jikes/files/patch-ac11
2 files changed, 0 insertions, 39 deletions
diff --git a/java/jikes/files/patch-ab b/java/jikes/files/patch-ab
deleted file mode 100644
index a14051df4473..000000000000
--- a/java/jikes/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig Tue Aug 27 12:55:14 2002
-+++ configure Tue Aug 27 12:54:33 2002
-@@ -4279,13 +4279,13 @@
-
- fi
-
--echo "$as_me:4282: checking for u_getVersion in -licu-uc" >&5
--echo $ECHO_N "checking for u_getVersion in -licu-uc... $ECHO_C" >&6
-+echo "$as_me:4282: checking for u_getVersion in -licuuc" >&5
-+echo $ECHO_N "checking for u_getVersion in -licuuc... $ECHO_C" >&6
- if test "${ac_cv_lib_icu_uc_u_getVersion+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-licu-uc $LIBS"
-+LIBS="-licuuc $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line 4290 "configure"
- #include "confdefs.h"
-@@ -4333,7 +4333,7 @@
- #define HAVE_LIBICU_UC 1
- EOF
-
-- LIBS="-licu-uc $LIBS"
-+ LIBS="-licuuc $LIBS"
-
- fi
-
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)