From 63d019951849fd67c596f4794b83cc6030a04901 Mon Sep 17 00:00:00 2001 From: clsung Date: Fri, 13 Oct 2006 01:58:43 +0000 Subject: - Builds on amd64 Noted by: kris Approved by: portmgr (kris) --- math/PDL/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit