--- deliantra/Deliantra-Client/makebin.osx 2008/09/01 09:17:46 1.5 +++ deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:44:12 1.9 @@ -2,22 +2,28 @@ # Convert a gtk2-perl program to a standalone OS X binary +# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib + +export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps + PERL=/opt/local PERLLIB=/usr/lib/perl5 -PANGO=1.6.0 umask 022 -if false; then - for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do +if true; then + for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do ( cd /root/src/$mod + set -x + pwd + rsync -avPessh 10.0.0.1:src/$mod/. . --del $PERL/bin/perl Makefile.PL LSHasLocalizedDisplayName LSMinimumSystemVersion - 10.5 + 10.3 NSAppleScriptEnabled NSHumanReadableCopyright