FreeBSD Bugzilla – Attachment 179810 Details for
Bug 208120
devel/cmake: Strips necessary rpath when installing any GNU compiler from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove -shared-libgcc from gfortran
gfortran.patch (text/plain), 2.01 KB, created by
Tijl Coosemans
on 2017-02-09 22:04:50 UTC
(
hide
)
Description:
remove -shared-libgcc from gfortran
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2017-02-09 22:04:50 UTC
Size:
2.01 KB
patch
obsolete
>Index: lang/gcc/files/patch-gcc_fortran_gfortranspec.c >=================================================================== >--- lang/gcc/files/patch-gcc_fortran_gfortranspec.c (nonexistent) >+++ lang/gcc/files/patch-gcc_fortran_gfortranspec.c (working copy) >@@ -0,0 +1,11 @@ >+--- gcc/fortran/gfortranspec.c.orig 2015-06-26 17:47:23 UTC >++++ gcc/fortran/gfortranspec.c >+@@ -404,7 +404,7 @@ For more information about these matters >+ } >+ } >+ >+-#ifdef ENABLE_SHARED_LIBGCC >++#if 0 >+ if (library) >+ { >+ unsigned int i; > >Property changes on: lang/gcc/files/patch-gcc_fortran_gfortranspec.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: lang/gcc/files/patch-libgfortran_Makefile.in >=================================================================== >--- lang/gcc/files/patch-libgfortran_Makefile.in (nonexistent) >+++ lang/gcc/files/patch-libgfortran_Makefile.in (working copy) >@@ -0,0 +1,11 @@ >+--- libgfortran/Makefile.in.orig 2016-08-03 05:09:47 UTC >++++ libgfortran/Makefile.in >+@@ -502,7 +502,7 @@ toolexeclib_DATA = libgfortran.spec >+ libgfortran_la_LINK = $(LINK) $(libgfortran_la_LDFLAGS) >+ libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \ >+ $(LTLDFLAGS) $(LIBQUADLIB) -lm $(extra_ldflags_libgfortran) \ >+- $(version_arg) -Wc,-shared-libgcc >++ $(version_arg) >+ >+ libgfortran_la_DEPENDENCIES = $(version_dep) libgfortran.spec $(LIBQUADLIB_DEP) >+ myexeclib_LTLIBRARIES = libgfortranbegin.la > >Property changes on: lang/gcc/files/patch-libgfortran_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 208120
:
168368
|
168796
|
168925
| 179810