|
|
@@ -1,6 +1,18 @@
|
|
|
+Index: config/gen/icu.pl
|
|
|
+--- config/gen/icu.pl.orig 2005-04-26 09:23:55 +0200
|
|
|
++++ config/gen/icu.pl 2005-05-15 19:22:35 +0200
|
|
|
+@@ -67,7 +67,7 @@
|
|
|
+ if (defined $icuheaders) {
|
|
|
+ chomp $icuheaders;
|
|
|
+ $without = 1 unless -d $icuheaders;
|
|
|
+- $icuheaders .= "${slash}include";
|
|
|
++ $icuheaders .= "${slash}include/icu";
|
|
|
+ $without = 1 unless -d $icuheaders;
|
|
|
+ }
|
|
|
+
|
|
|
Index: config/gen/makefiles/CFLAGS.in
|
|
|
---- config/gen/makefiles/CFLAGS.in.orig 2004-07-08 19:22:05 +0200
|
|
|
-+++ config/gen/makefiles/CFLAGS.in 2005-03-08 21:06:28 +0100
|
|
|
+--- config/gen/makefiles/CFLAGS.in.orig 2005-04-11 11:50:01 +0200
|
|
|
++++ config/gen/makefiles/CFLAGS.in 2005-05-15 19:20:41 +0200
|
|
|
@@ -5,6 +5,8 @@
|
|
|
#
|
|
|
# Note, empty regex/options are just ignored.
|
|
|
@@ -10,29 +22,3 @@ Index: config/gen/makefiles/CFLAGS.in
|
|
|
src/spf_render.c -{-Wformat-nonliteral} # noisy
|
|
|
src/tsq.c -{${optimize}} # never optimize tsq.c!
|
|
|
ops/core_ops_cg.c -{${optimize}} # takes too long
|
|
|
-Index: src/packdump.c
|
|
|
---- src/packdump.c.orig 2004-07-30 09:08:59 +0200
|
|
|
-+++ src/packdump.c 2005-03-08 21:14:25 +0100
|
|
|
-@@ -85,8 +85,10 @@
|
|
|
- PIO_printf(interpreter, " [ 'PFC_STRING', {\n");
|
|
|
- PIO_printf(interpreter, " FLAGS => 0x%04lx,\n",
|
|
|
- (long)PObj_get_FLAGS(self->u.string));
|
|
|
-+#if 0
|
|
|
- PIO_printf(interpreter, " REPRESENTATION => %ld,\n",
|
|
|
- self->u.string->representation);
|
|
|
-+#endif
|
|
|
- PIO_printf(interpreter, " SIZE => %ld,\n",
|
|
|
- (long)self->u.string->bufused);
|
|
|
- /* TODO: Won't do anything reasonable for most encodings */
|
|
|
-Index: config/gen/icu.pl
|
|
|
---- config/gen/icu.pl.orig 2004-10-11 12:09:26 +0200
|
|
|
-+++ config/gen/icu.pl 2005-03-16 22:57:11 +0100
|
|
|
-@@ -81,7 +81,7 @@
|
|
|
- # location of header files
|
|
|
- $icuheaders = `$icuconfig --prefix`;
|
|
|
- chomp $icuheaders;
|
|
|
-- $icuheaders .= "${slash}include";
|
|
|
-+ $icuheaders .= "${slash}include/icu";
|
|
|
-
|
|
|
- # icu data dir
|
|
|
- $icudatadir = `$icuconfig --icudatadir`;
|