[53049] trunk/dports/devel/ncurses/Portfile

toby at macports.org toby at macports.org
Sun Jun 28 13:42:45 PDT 2009


Revision: 53049
          http://trac.macports.org/changeset/53049
Author:   toby at macports.org
Date:     2009-06-28 13:42:45 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
safe sprintf is broken

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

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2009-06-28 20:33:14 UTC (rev 53048)
+++ trunk/dports/devel/ncurses/Portfile	2009-06-28 20:42:45 UTC (rev 53049)
@@ -38,6 +38,10 @@
                 --mandir=${prefix}/share/delete-me \
                 --with-manpage-format=normal
 
+platform darwin 10 {
+	configure.args-delete --enable-safe-sprintf
+}
+
 post-destroot {
     # terminfo & manpages also do come with ncursesw
     delete ${destroot}${prefix}/lib/terminfo ${destroot}${prefix}/share
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/380984b5/attachment.html>


More information about the macports-changes mailing list