[svn:parrot] r39213 - trunk/ports/ubuntu
allison at svn.parrot.org
allison at svn.parrot.org
Thu May 28 06:56:21 UTC 2009
Author: allison
Date: Thu May 28 06:56:20 2009
New Revision: 39213
URL: https://trac.parrot.org/parrot/changeset/39213
Log:
[ubuntu] Capture the relevant patch for building the 1.0 packages. Can
be removed for the 1.4 packages.
Added:
trunk/ports/ubuntu/lpia_no_aligned_funcptr.patch
Added: trunk/ports/ubuntu/lpia_no_aligned_funcptr.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/ports/ubuntu/lpia_no_aligned_funcptr.patch Thu May 28 06:56:20 2009 (r39213)
@@ -0,0 +1,12 @@
+Index: /trunk/config/auto/gcc.pm
+===================================================================
+--- /trunk/config/auto/gcc.pm (revision 37201)
++++ /trunk/config/auto/gcc.pm (revision 39212)
+@@ -97,5 +97,6 @@
+ );
+ $conf->data->set( HAS_aligned_funcptr => 0 )
+- if $conf->data->get_p5('OSNAME') eq 'hpux';
++ if ( $conf->data->get_p5('OSNAME') eq 'hpux'
++ || $conf->data->get('archname') =~ /gnulp/); # lpia arch
+ return 1;
+ }
More information about the parrot-commits
mailing list