[140759] trunk/dports/math/OpenBLAS
Ryan Schmidt
ryandesign at macports.org
Fri Oct 2 02:51:26 PDT 2015
> On Oct 2, 2015, at 4:44 AM, nicos at macports.org wrote:
>
> Revision
> 140759
> Author
> nicos at macports.org
> Date
> 2015-10-02 02:44:40 -0700 (Fri, 02 Oct 2015)
> Log Message
>
> OpenBLAS: fix build by upgrading target (ticket #48985)
> Added: trunk/dports/math/OpenBLAS/files/patch-deployTarget.diff (0 => 140759)
> --- trunk/dports/math/OpenBLAS/files/patch-deployTarget.diff (rev 0)
> +++ trunk/dports/math/OpenBLAS/files/patch-deployTarget.diff 2015-10-02 09:44:40 UTC (rev 140759)
> @@ -0,0 +1,11 @@
> +--- Makefile.system.orig 2015-10-02 18:39:43.000000000 +0900
> ++++ Makefile.system 2015-10-02 18:39:53.000000000 +0900
> +@@ -200,7 +200,7 @@
> + #
> +
> + ifeq ($(OSNAME), Darwin)
> +-export MACOSX_DEPLOYMENT_TARGET=10.2
> ++export MACOSX_DEPLOYMENT_TARGET=10.6
> + MD5SUM = md5 -r
> + endif
Why do we need this Makefile to set MACOSX_DEPLOYMENT_TARGET at all? MacPorts already sets it to the correct value, in all ports in all phases.
More information about the macports-dev
mailing list