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

ryandesign at macports.org ryandesign at macports.org
Sun Nov 18 18:47:32 PST 2007


Revision: 31252
          http://trac.macosforge.org/projects/macports/changeset/31252
Author:   ryandesign at macports.org
Date:     2007-11-18 18:47:30 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
gettext: make sure to use the included gettext, glib, libcroro and libxml libraries, rather than link with possibly installed MacPorts versions, since in some cases this introduces circular dependencies. See #13224

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

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2007-11-19 02:29:51 UTC (rev 31251)
+++ trunk/dports/devel/gettext/Portfile	2007-11-19 02:47:30 UTC (rev 31252)
@@ -4,6 +4,7 @@
 
 name                gettext
 version             0.17
+revision            1
 categories          devel
 maintainers         ryandesign
 homepage            http://www.gnu.org/software/gettext/
@@ -34,6 +35,10 @@
 
 configure.args \
 	--disable-csharp \
+	--with-included-gettext \
+	--with-included-glib \
+	--with-included-libcroco \
+	--with-included-libxml
 
 depends_lib \
 	port:libiconv \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/4ccbdcb8/attachment.html


More information about the macports-changes mailing list