aboutsummaryrefslogtreecommitdiff
path: root/science/psi3
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-05-06 19:49:54 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-05-06 19:49:54 +0000
commitc72ea155ce5ee61e1ebe83465bb4b4e98569ada8 (patch)
tree513f8f29c9e592d4fa9b7ae95575a2d440a53dac /science/psi3
parentf3c2544206a5b27f1a40c33c37e86ec3cf8f9054 (diff)
downloadports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.tar.gz
ports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.zip
Notes
Diffstat (limited to 'science/psi3')
-rw-r--r--science/psi3/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile
index c3df302584cc..fcfc1fe31437 100644
--- a/science/psi3/Makefile
+++ b/science/psi3/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
# http://www.psicode.org/downloads.php
MASTER_SITE_SUBDIR= maho/psi3
DISTNAME= psi-${PORTVERSION}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.bz2
.if !defined(NOPORTDOCS)
-DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc
+DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc
.endif
DIST_SUBDIR= psi3
@@ -40,13 +40,13 @@ CONFIGURE_ARGS= --with-cc=${CC} \
--with-libs="-lcompat"
.if defined(WITH_OPTIMIZED_FLAGS)
-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
+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")
-FFLAGS+= -mfancy-math-387
-CFLAGS+= -mfancy-math-387
-CXXFLAGS+= -mfancy-math-387
+FFLAGS+= -mfancy-math-387
+CFLAGS+= -mfancy-math-387
+CXXFLAGS+= -mfancy-math-387
.endif # i386
.endif