[56907] trunk/dports/emulators/nonpareil
Ryan Schmidt
ryandesign at macports.org
Thu Sep 3 06:40:37 PDT 2009
On Sep 3, 2009, at 08:10, krischik at macports.org wrote:
> Revision: 56907
> http://trac.macports.org/changeset/56907
> Author: krischik at macports.org
> Date: 2009-09-03 06:10:50 -0700 (Thu, 03 Sep 2009)
> Log Message:
> -----------
> Use Python 2.5
> Added: trunk/dports/emulators/nonpareil/files/osx.patch
> ===================================================================
> --- trunk/dports/emulators/nonpareil/files/
> osx.patch (rev 0)
> +++ trunk/dports/emulators/nonpareil/files/osx.patch 2009-09-03
> 13:10:50 UTC (rev 56907)
> +! pkg_config_cmd = '/opt/local/bin/pkg-config'
> + pkg_config_cmd += ' --cflags --libs '
> +
> +! sdl_pkg_config_cmd = '/opt/local/bin/sdl-config --cflags --libs'
You mustn't hardcode /opt/local; you must make it use ${prefix}.
More information about the macports-dev
mailing list