# HG changeset patch # User gpoirier # Date 1173445437 0 # Node ID ce511dbb0d68c7fb5060f7578235da8650c5950d # Parent 9837a87993159dfa593612741725723897e779bc Improve MPlayerOSX building process: - explain what MACOSX_DEPLOYMENT_TARGET is good for - remove --with-termcaplib=.. from configure switches: it doesn't exist anymore, and builds seem to work OK without any particular switch diff -r 9837a8799315 -r ce511dbb0d68 DOCS/xml/en/ports.xml --- a/DOCS/xml/en/ports.xml Fri Mar 09 12:43:26 2007 +0000 +++ b/DOCS/xml/en/ports.xml Fri Mar 09 13:03:57 2007 +0000 @@ -858,7 +858,8 @@ -Next, set a global variable: +To begin with, in order to ensure maximum backwards compatibility, set an +environment variable: export MACOSX_DEPLOYMENT_TARGET=10.3 @@ -869,12 +870,11 @@ If you configure for a G4 or later CPU with AltiVec support, do as follows: -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 +./configure --disable-gl --disable-x11 If you configure for a G3-powered machine without AltiVec, use: -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 \ - --disable-altivec +./configure --disable-gl --disable-x11 --disable-altivec You may need to edit config.mak and change -mcpu and -mtune