diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-10-06 08:45:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-10-06 08:45:15 +0000 |
commit | 3bd8a2ca225060d0108056b0e3af4de8edbf90d4 (patch) | |
tree | a817412a90e27d539eaf060d7d0d7b7ca7e8eac9 /math/gotoblas/Makefile | |
parent | abc10a0e280e81f9975fe352d8be33592e57efba (diff) | |
download | ports-3bd8a2ca225060d0108056b0e3af4de8edbf90d4.tar.gz ports-3bd8a2ca225060d0108056b0e3af4de8edbf90d4.zip |
Notes
Diffstat (limited to 'math/gotoblas/Makefile')
-rw-r--r-- | math/gotoblas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 1b30bd106b94..407f132f0d56 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -100,6 +100,8 @@ post-patch: ${WRKSRC}/lapack/laswp/Makefile \ ${WRKSRC}/reference/Makefile ${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \ + -e 's+%%LOCALBASE%%+${LOCALBASE}+' \ + -e 's+%%_GCC_BUILD_DEPENDS%%+${_GCC_BUILD_DEPENDS}+' \ -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ ${WRKSRC}/Makefile.system .if defined(WITH_OPENMP) |