aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-10-13 09:58:43 +0800
committerclsung <clsung@FreeBSD.org>2006-10-13 09:58:43 +0800
commit63d019951849fd67c596f4794b83cc6030a04901 (patch)
treee1ad5385c18944312b26c0f922e68a84593d06e3 /math
parent11fa2da60776bca10f0f444c0bed949d2af5afaa (diff)
downloadfreebsd-ports-gnome-63d019951849fd67c596f4794b83cc6030a04901.tar.gz
freebsd-ports-gnome-63d019951849fd67c596f4794b83cc6030a04901.tar.zst
freebsd-ports-gnome-63d019951849fd67c596f4794b83cc6030a04901.zip
- Builds on amd64
Noted by: kris Approved by: portmgr (kris)
Diffstat (limited to 'math')
-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