aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-13 01:58:43 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-13 01:58:43 +0000
commitbe088a3e71a5ccafbdb7ee9d1e93876d12f3ad35 (patch)
treeb26db61690529d1612140c171557f494275e148d /math/PDL
parentaf9671f0032b9d44a3548ce08df958d07e34e619 (diff)
downloadports-be088a3e71a5ccafbdb7ee9d1e93876d12f3ad35.tar.gz
ports-be088a3e71a5ccafbdb7ee9d1e93876d12f3ad35.zip
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index a2b1ab3f13a2..adcaee65ddb6 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -65,6 +65,8 @@ IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
post-patch:
@${GREP} -lR "/usr/local/bin/perl" ${WRKSRC} | ${XARGS} \
${PERL} -pi -e "s!/usr/local/bin/perl!${PERL}!"
+ @${GREP} -lR "x86_64" ${WRKSRC} | ${XARGS} \
+ ${PERL} -pi -e "s!x86_64!amd64!"
test:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test