ports/104808: [PATCH]: math/algae: Fix build on 7-CURRENT
Frank J. Laszlo
laszlof at vonostingroup.com
Wed Oct 25 16:42:18 UTC 2006
>Number: 104808
>Category: ports
>Synopsis: [PATCH]: math/algae: Fix build on 7-CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 25 16:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Frank J. Laszlo
>Release: FreeBSD 5.4-RELEASE-p18 i386
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof at main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386
>Description:
This patch should fix the configure errors reported on the build cluster for 7-CURRENT, as there is no fortran
compiler in base.
>How-To-Repeat:
>Fix:
--- algae-4.3.6,1.diff begins here ---
diff -NrU3 algae.orig/Makefile algae/Makefile
--- algae.orig/Makefile Wed Oct 25 10:18:38 2006
+++ algae/Makefile Wed Oct 25 10:22:53 2006
@@ -34,4 +34,8 @@
BROKEN= "Configure fails on alpha 5.x and sparc64"
.endif
+.if ${OSVERSION} >= 700000
+BUILD_DEPENDS+= f77:${PORTSDIR}/lang/f77
+.endif
+
.include <bsd.port.post.mk>
--- algae-4.3.6,1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list