[52974] trunk/dports/devel/ncursesw/Portfile

toby at macports.org toby at macports.org
Fri Jun 26 14:47:44 PDT 2009


Revision: 52974
          http://trac.macports.org/changeset/52974
Author:   toby at macports.org
Date:     2009-06-26 14:47:44 -0700 (Fri, 26 Jun 2009)
Log Message:
-----------
the so-called safe sprintf is all b0rken

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

Modified: trunk/dports/devel/ncursesw/Portfile
===================================================================
--- trunk/dports/devel/ncursesw/Portfile	2009-06-26 20:55:41 UTC (rev 52973)
+++ trunk/dports/devel/ncursesw/Portfile	2009-06-26 21:47:44 UTC (rev 52974)
@@ -37,6 +37,10 @@
 				--mandir=${prefix}/share/man \
 				--with-manpage-format=normal
 
+platform darwin 10 {
+	configure.args-delete --enable-safe-sprintf
+}
+
 if {[variant_isset universal]} {
 	pre-destroot {
 		global merger_dont_diff merger_destroot_env
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090626/aceb6f2e/attachment.html>


More information about the macports-changes mailing list