diff options
author | maho <maho@FreeBSD.org> | 2004-09-03 10:43:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-09-03 10:43:49 +0800 |
commit | 86c57b16e9da29978c43fa3d57037f028f6d8e65 (patch) | |
tree | 986fe7dece6dfb93444628a1deeda889d005e074 /science | |
parent | cfa174980775602ae4cd3c6e2fb867f13a92ee38 (diff) | |
download | freebsd-ports-gnome-86c57b16e9da29978c43fa3d57037f028f6d8e65.tar.gz freebsd-ports-gnome-86c57b16e9da29978c43fa3d57037f028f6d8e65.tar.zst freebsd-ports-gnome-86c57b16e9da29978c43fa3d57037f028f6d8e65.zip |
Fix build on 5-STABLE
Submitted by: pointyhat
Diffstat (limited to 'science')
-rw-r--r-- | science/psi3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile index 12e1e7519855..8543d34d8962 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ # http://www.psicode.org/downloads.php MASTER_SITE_SUBDIR= maho/psi3 DISTNAME= psi-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 .if !defined(NOPORTDOCS) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc .endif DIST_SUBDIR= psi3 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= maho@FreeBSD.org COMMENT= An electronic structure programs for high-accuracy computations @@ -43,7 +43,7 @@ CONFIGURE_ARGS= --with-cc=${CC} \ FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar -.if (${MACHINE_ARCH} == "i386") +.if (${ARCH} == "i386") FFLAGS+= -mfancy-math-387 CFLAGS+= -mfancy-math-387 CXXFLAGS+= -mfancy-math-387 |