FreeBSD Bugzilla – Attachment 246667 Details for
Bug 275431
lang/gcc12: install ISO_Fortran_binding.h in a separate directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Introduce a new CFLAGS for ISO_Fortran_binding.h
Mk_Uses_fortran.mk (text/plain), 931 bytes, created by
Thierry Thomas
on 2023-11-29 17:47:58 UTC
(
hide
)
Description:
Introduce a new CFLAGS for ISO_Fortran_binding.h
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2023-11-29 17:47:58 UTC
Size:
931 bytes
patch
obsolete
>From c5134df52e82643e758c25587c2fa2c96217a598 Mon Sep 17 00:00:00 2001 >From: Thierry Thomas <thierry@FreeBSD.org> >Date: Tue, 28 Nov 2023 22:26:21 +0100 >Subject: [PATCH 2/2] Mk/Uses/fortran.mk: introduce a new CFLAGS for > ISO_Fortran_binding.h > >Define CFLAGS_F2018: if needed it will point towards the directory >containing ISO_Fortran_binding. (installed by GCC). >--- > Mk/Uses/fortran.mk | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Mk/Uses/fortran.mk b/Mk/Uses/fortran.mk >index 82336932c4f6..a7dc6717dce8 100644 >--- a/Mk/Uses/fortran.mk >+++ b/Mk/Uses/fortran.mk >@@ -29,6 +29,7 @@ F90FLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} > FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} > LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ > -L${LOCALBASE}/lib/gcc${_GCC_VER} >+CFLAGS_F2018= -I${LOCALBASE}/include/gcc${_GCC_VER} > . else > IGNORE= USES=fortran: invalid arguments: ${fortran_ARGS} > . endif >-- >2.42.1 >
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
Flags:
thierry
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 275431
:
246666
| 246667