[svn:parrot] r39893 - trunk/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Jul 5 22:12:37 UTC 2009


Author: jkeenan
Date: Sun Jul  5 22:12:36 2009
New Revision: 39893
URL: https://trac.parrot.org/parrot/changeset/39893

Log:
Add capacity to use Macports version of gettext.

Modified:
   trunk/config/auto/gettext.pm

Modified: trunk/config/auto/gettext.pm
==============================================================================
--- trunk/config/auto/gettext.pm	Sun Jul  5 16:37:37 2009	(r39892)
+++ trunk/config/auto/gettext.pm	Sun Jul  5 22:12:36 2009	(r39893)
@@ -62,8 +62,9 @@
     } );
 
     # On OS X check the presence of the gettext header in the standard
-    # Fink location.
+    # Fink and MacPorts locations.
     $self->_handle_darwin_for_fink($conf, $osname, 'libintl.h');
+    $self->_handle_darwin_for_macports($conf, $osname, 'libintl.h');
 
     $conf->cc_gen('config/auto/gettext/gettext_c.in');
     eval { $conf->cc_build( q{}, $extra_libs ); };


More information about the parrot-commits mailing list