summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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