From b6646f2afe0048824459f60cf05c4492dd1d0b73 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sun, 5 Nov 2006 21:08:41 +0000 Subject: [PATCH] - Fix building on 7.x by adding WITH_FORTRAN. PR: ports/104808 Submitted by: Frank J. Laszlo (maintainer) --- math/algae/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/math/algae/Makefile b/math/algae/Makefile index 76a5abcb3ab8..e6725f4a4cf1 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -31,7 +31,11 @@ post-patch: .include .if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64" -BROKEN= "Configure fails on alpha 5.x and sparc64" +BROKEN= Configure fails on alpha 5.x and sparc64 +.endif + +.if ${OSVERSION} >= 700000 +WITH_FORTRAN= yes .endif .include