FreeBSD Bugzilla – Attachment 197470 Details for
Bug 231700
sysutils/fusefs-libs3: fix build with base GCC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fusefs-libs3.patch (text/plain), 1.43 KB, created by
Piotr Kubaj
on 2018-09-24 22:58:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-24 22:58:55 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480606) >+++ Makefile (working copy) >@@ -12,10 +12,6 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING.LIB > >-BROKEN_mips= fails to compile: unrecognized command line option "-Wno-unused-result" >-BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-unused-result" >-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-result" >- > USES= meson > USE_LDCONFIG= yes > >Index: files/patch-meson.build >=================================================================== >--- files/patch-meson.build (nonexistent) >+++ files/patch-meson.build (working copy) >@@ -0,0 +1,10 @@ >+--- meson.build.orig 2018-09-24 22:55:28 UTC >++++ meson.build >+@@ -80,7 +80,6 @@ int main(void) { >+ }''' >+ if not cc.compiles(code, args: [ '-O0', '-Werror=unused-result' ]) >+ message('Compiler warns about unused result even when casting to void') >+- add_global_arguments('-Wno-unused-result', language: 'c') >+ endif >+ >+ # '.' will refer to current build directory, which contains config.h > >Property changes on: files/patch-meson.build >___________________________________________________________________ >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 231700
: 197470