Revision: 140759 https://trac.macports.org/changeset/140759 Author: nicos@macports.org Date: 2015-10-02 02:44:40 -0700 (Fri, 02 Oct 2015) Log Message: ----------- OpenBLAS: fix build by upgrading target (ticket #48985) Modified Paths: -------------- trunk/dports/math/OpenBLAS/Portfile Added Paths: ----------- trunk/dports/math/OpenBLAS/files/patch-deployTarget.diff Modified: trunk/dports/math/OpenBLAS/Portfile =================================================================== --- trunk/dports/math/OpenBLAS/Portfile 2015-10-02 08:46:55 UTC (rev 140758) +++ trunk/dports/math/OpenBLAS/Portfile 2015-10-02 09:44:40 UTC (rev 140759) @@ -22,7 +22,8 @@ patchfiles patch-libnoarch.diff \ patch-linkLib.diff \ - patch-broadwell.diff + patch-broadwell.diff \ + patch-deployTarget.diff checksums rmd160 b8a5bbcdf1816a061e45aa086a9caa8540a45f6d \ sha256 aba5088534719cefd77e4155c281c56a3accd3eea218574c2c3d236952bb632b Added: trunk/dports/math/OpenBLAS/files/patch-deployTarget.diff =================================================================== --- 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 +