[70100] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 29 14:56:37 PDT 2010


Revision: 70100
          http://trac.macports.org/changeset/70100
Author:   ryandesign at macports.org
Date:     2010-07-29 14:56:34 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
gettext: disable native java compilation to fix universal builds when a java compiler is opportunistically found; see #25681

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2010-07-29 21:43:49 UTC (rev 70099)
+++ trunk/dports/devel/gettext/Portfile	2010-07-29 21:56:34 UTC (rev 70100)
@@ -6,7 +6,7 @@
 
 name                    gettext
 version                 0.18.1.1
-revision                1
+revision                2
 categories              devel
 maintainers             ryandesign
 license                 GPLv3
@@ -28,6 +28,7 @@
 configure.cppflags      -no-cpp-precomp
 
 configure.args          --disable-csharp \
+                        --disable-native-java \
                         --without-emacs \
                         --with-included-gettext \
                         --with-included-glib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/42e34f55/attachment.html>


More information about the macports-changes mailing list