aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
committerkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
commitb334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch)
tree1c92823df26ffbc4675b30f7c3fd59319e65efdc /science
parenta8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff)
downloadfreebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.zst
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'science')
-rw-r--r--science/psi3/Makefile4
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