FreeBSD Bugzilla – Attachment 92083 Details for
Bug 129656
Add GNU Fortran 4.3 support to bsd.gcc.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 604 bytes, created by
Steven Kreuzer
on 2008-12-15 14:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven Kreuzer
Created:
2008-12-15 14:50:01 UTC
Size:
604 bytes
patch
obsolete
>Index: bsd.gcc.mk >=================================================================== >RCS file: /usr/share/cvs/freebsd/ports/Mk/bsd.gcc.mk,v >retrieving revision 1.20 >diff -u -r1.20 bsd.gcc.mk >--- bsd.gcc.mk 17 Aug 2008 06:57:17 -0000 1.20 >+++ bsd.gcc.mk 12 Dec 2008 19:47:42 -0000 >@@ -74,6 +74,12 @@ > F77:= gfortran42 > . endif > >+. if ${USE_FORTRAN} == gfortran43 >+BUILD_DEPENDS+= gfortran43:${PORTSDIR}/lang/gcc43 >+FC:= gfortran43 >+F77:= gfortran43 >+. endif >+ > # Intel Fortran compiler from lang/ifc. > . if ${USE_FORTRAN} == ifort > BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129656
: 92083