summaryrefslogtreecommitdiffstats
path: root/math/linalg
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
committerkris <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
commit8e6a5fac22b2eadd32378144474e37250fd885ee (patch)
treeffa0a26b5bb3df44db20acf832f2952f7e1aac8f /math/linalg
parent478b91a3501b2386302f44aa2031b4d9cbc67b5c (diff)
downloadFreeBSD-ports-8e6a5fac22b2eadd32378144474e37250fd885ee.zip
FreeBSD-ports-8e6a5fac22b2eadd32378144474e37250fd885ee.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math/linalg')
-rw-r--r--math/linalg/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/linalg/Makefile b/math/linalg/Makefile
index 47e9e46..5f5d7d3 100644
--- a/math/linalg/Makefile
+++ b/math/linalg/Makefile
@@ -22,6 +22,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
$(INSTALL_DATA) ${WRKSRC}/libla.a ${PREFIX}/lib
${MKDIR} ${PREFIX}/include/LinAlg
OpenPOWER on IntegriCloud