Revision: 149149 https://trac.macports.org/changeset/149149 Author: dstrubbe@macports.org Date: 2016-06-01 19:20:37 -0700 (Wed, 01 Jun 2016) Log Message: ----------- qrupdate: Restore patch removed in r148974, which caused issue #51539. Revision Links: -------------- https://trac.macports.org/changeset/148974 Modified Paths: -------------- trunk/dports/math/qrupdate/Portfile Added Paths: ----------- trunk/dports/math/qrupdate/files/ Modified: trunk/dports/math/qrupdate/Portfile =================================================================== --- trunk/dports/math/qrupdate/Portfile 2016-06-02 00:47:26 UTC (rev 149148) +++ trunk/dports/math/qrupdate/Portfile 2016-06-02 02:20:37 UTC (rev 149149) @@ -33,7 +33,9 @@ destroot.args PREFIX=${prefix} LAPACK="" test.args PREFIX=${prefix} LAPACK="" -post-extract { +patchfiles patch-Makefile.diff + +post-patch { # Mac install program does not support -D flag. reinplace "s|install -D|install|" ${worksrcpath}/src/Makefile
participants (1)
-
dstrubbe@macports.org