diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-13 01:58:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-13 01:58:43 +0000 |
commit | be088a3e71a5ccafbdb7ee9d1e93876d12f3ad35 (patch) | |
tree | b26db61690529d1612140c171557f494275e148d /math | |
parent | af9671f0032b9d44a3548ce08df958d07e34e619 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 |
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 |