2 changed files with 6 additions and 54 deletions
@ -1,47 +0,0 @@
|
||||
Index: parrot/compilers/imcc/imcc.l
|
||||
--- parrot/compilers/imcc/imcc.l.orig 2008-08-19 15:17:14 +0200
|
||||
+++ parrot/compilers/imcc/imcc.l 2008-08-19 22:08:27 +0200
|
||||
@@ -125,6 +125,7 @@
|
||||
%option reentrant
|
||||
%option never-interactive
|
||||
%option stack
|
||||
+%option array
|
||||
|
||||
LETTER [a-zA-Z_@]
|
||||
DIGIT [0-9]
|
||||
Index: parrot/config/auto/icu.pm
|
||||
--- parrot/config/auto/icu.pm.orig 2008-08-19 15:17:25 +0200
|
||||
+++ parrot/config/auto/icu.pm 2008-08-19 22:09:59 +0200
|
||||
@@ -332,7 +332,7 @@
|
||||
$without = 1;
|
||||
}
|
||||
my $slash = $conf->data->get('slash');
|
||||
- $icuheaders .= "${slash}include";
|
||||
+ $icuheaders .= "${slash}include/icu";
|
||||
if (! -d $icuheaders) {
|
||||
$without = 1;
|
||||
}
|
||||
Index: parrot/config/init/hints/freebsd.pm
|
||||
--- parrot/config/init/hints/freebsd.pm.orig 2008-08-19 15:17:23 +0200
|
||||
+++ parrot/config/init/hints/freebsd.pm 2008-08-19 22:08:27 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
rpath => '-Wl,-R',
|
||||
|
||||
has_dynamic_linking => 1,
|
||||
- parrot_is_shared => 1,
|
||||
+ parrot_is_shared => 0,
|
||||
libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)',
|
||||
libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
|
||||
libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
|
||||
Index: parrot/config/init/hints/linux.pm
|
||||
--- parrot/config/init/hints/linux.pm.orig 2008-08-19 15:17:23 +0200
|
||||
+++ parrot/config/init/hints/linux.pm 2008-08-19 22:08:27 +0200
|
||||
@@ -137,7 +137,7 @@
|
||||
rpath => '-Wl,-rpath=',
|
||||
|
||||
has_dynamic_linking => 1,
|
||||
- parrot_is_shared => 1,
|
||||
+ parrot_is_shared => 0,
|
||||
libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)',
|
||||
libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
|
||||
libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
|
||||
Loading…
Reference in new issue