diff options
Diffstat (limited to 'math/atlas/Makefile')
-rw-r--r-- | math/atlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 622fefd2a4b4..bc1b265ecc2f 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -26,7 +26,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 501000 && ${MACHINE_ARCH} == "alpha" +.if ${OSVERSION} < 501000 && ${ARCH} == "alpha" USE_GCC=3.3 .endif @@ -49,7 +49,7 @@ post-patch: @(cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/alpha-patch) .endif -PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG +PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG ANSWER_i386?= ${PRINTF} "\n\n\n\n\n\n\n\n\n\n" ANSWER_ia64?= ${PRINTF} "\n\n\n2\n\n\n\n\nf77\n-O2 -static\n\n" |