perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r18860 - trunk/config/init/hints

Subject: [svn:parrot] r18860 - trunk/config/init/hints
From:
Date: Thu, 7 Jun 2007 02:08:20 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: paultcochrane
Date: Thu Jun  7 02:08:18 2007
New Revision: 18860

Modified:
   trunk/config/init/hints/darwin.pm

Log:
[config] Converted TODO items to RT tickets in config/init/hints/darwin.pm


Modified: trunk/config/init/hints/darwin.pm
==============================================================================
--- trunk/config/init/hints/darwin.pm   (original)
+++ trunk/config/init/hints/darwin.pm   Thu Jun  7 02:08:18 2007
@@ -42,14 +42,14 @@
         memalign            => 'some_memalign',
         has_dynamic_linking => 1,
 
-        # XXX when built against a dynamic libparrot installable_parrot records
+        # RT#43147 when built against a dynamic libparrot installable_parrot 
records
         # the path to the blib version of the library
         parrot_is_shared       => 0,
         libparrot_shared       => 'libparrot.$(SOVERSION)$(SHARE_EXT)',
         libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
 
         # This variable needs renaming to be more general
-        # XXX ugly hack for rpath_lib in config/inter/libparrot.pm
+        # RT#43148 ugly hack for rpath_lib in config/inter/libparrot.pm
         rpath            => "-L",
         libparrot_soname => "-install_name "
             . $conf->data->get('lib_dir')

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r18860 - trunk/config/init/hints, paultcochrane <=