diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
commit | 6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch) | |
tree | f1935a9c7d2e273cb12176a7c899b46f28cb33dc /science/psi3 | |
parent | 2524b4b442c015af239e05dcc784fb55e190a219 (diff) | |
download | ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.tar.gz ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.zip |
Notes
Diffstat (limited to 'science/psi3')
-rw-r--r-- | science/psi3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile index 782ffe00ee31..edaac76e1719 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -41,6 +41,10 @@ CONFIGURE_ARGS= --with-cc=${CC} \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + .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 |