aboutsummaryrefslogtreecommitdiff
path: root/math/gotoblas
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2011-10-06 01:11:53 +0000
committerMaho Nakata <maho@FreeBSD.org>2011-10-06 01:11:53 +0000
commitfdb4dcb0b68cab041c8bc24a3133165aeac91dd3 (patch)
tree569509db29b7dfb3529a953834bf212bcf94bbb2 /math/gotoblas
parent2a01f804a449128a257fc109c7ad233fd3b5be04 (diff)
downloadports-fdb4dcb0b68cab041c8bc24a3133165aeac91dd3.tar.gz
ports-fdb4dcb0b68cab041c8bc24a3133165aeac91dd3.zip
Notes
Diffstat (limited to 'math/gotoblas')
-rw-r--r--math/gotoblas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index 9bf68190a196..1b30bd106b94 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -100,7 +100,7 @@ post-patch:
${WRKSRC}/lapack/laswp/Makefile \
${WRKSRC}/reference/Makefile
${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \
- -e 's+${CROSS_SUFFIX}+${LOCALBASE}/bin/+' \
+ -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \
${WRKSRC}/Makefile.system
.if defined(WITH_OPENMP)
${REINPLACE_CMD} -e "s+GOTO_NUM_THREADS+OMP_NUM_THREADS+g" \