Ticket #18187: patch-ncursesw.diff
File patch-ncursesw.diff, 815 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 42173 2008-11-16 16:53:43Z nox@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup muniversal 1.0 4 5 5 6 name ncursesw 6 7 version 5.7 … … 33 34 --without-ada \ 34 35 --enable-safe-sprintf \ 35 36 --enable-sigwinch \ 36 --mandir=${prefix}/share/man 37 --mandir=${prefix}/share/man \ 38 --with-manpage-format=normal 39 40 # configure script expects to be able to run binaries 41 if { ${os.arch}=="i386" } { 42 # with only three architectues, the merge does not work 43 if { [llength ${universal_archs}] > 2 } { 44 set universal_archs_supported "i386 x86_64" 45 } 46 } else { 47 set universal_archs_supported "ppc ppc64" 48 } 37 49 38 50 use_parallel_build yes