diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2003-02-24 21:39:45 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2003-02-24 21:39:45 +0000 |
commit | 5352f84a1e32f8a2aed9838f5558c5867923f748 (patch) | |
tree | 8786fc77dce6b2f58952f70550ce6ca916a5f1b2 /java/jikes-devel/files/patch-ab | |
parent | upgrade to 0.9.9 (diff) |
Remove jikes-devel port now that jikes has caught up.
Diffstat (limited to 'java/jikes-devel/files/patch-ab')
-rw-r--r-- | java/jikes-devel/files/patch-ab | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/java/jikes-devel/files/patch-ab b/java/jikes-devel/files/patch-ab deleted file mode 100644 index 5db7f8d63ad1..000000000000 --- a/java/jikes-devel/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- configure Tue Jul 9 23:16:00 2002 -+++ configure Mon Aug 5 11:03:52 2002 -@@ -5366,13 +5366,13 @@ - - - --echo "$as_me:$LINENO: checking for u_getVersion in -licu-uc" >&5 --echo $ECHO_N "checking for u_getVersion in -licu-uc... $ECHO_C" >&6 -+echo "$as_me:$LINENO: 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 $LINENO "configure" - #include "confdefs.h" -@@ -5426,7 +5426,7 @@ - #define HAVE_LIBICU_UC 1 - _ACEOF - -- LIBS="-licu-uc $LIBS" -+ LIBS="-licuuc $LIBS" - - fi - |