1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Remove optimization on sparc64.

Reported by:	Kris / pointyhat.
This commit is contained in:
Thierry Thomas 2004-11-16 21:03:23 +00:00
parent ae5b6477e9
commit cc826d85af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121773

View File

@ -49,6 +49,10 @@ BADSAMPLES= load/myfunction.o tutorial/Makefile.in.orig
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-optim
.endif
.if exists(${LOCALBASE}/mpich/bin/mpiCC)
WITH_MPI= yes
.endif