FreeBSD Bugzilla – Attachment 205922 Details for
Bug 239332
misc/libsweep-lidar: fix build with GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libsweep-lidar.patch (text/plain), 1.47 KB, created by
Piotr Kubaj
on 2019-07-20 09:53:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-07-20 09:53:34 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 506459) >+++ Makefile (working copy) >@@ -11,9 +11,7 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Weverything" >- >-USES= cmake >+USES= cmake compiler:c++11-lang > USE_GITHUB= yes > GH_ACCOUNT= scanse > GH_PROJECT= sweep-sdk >Index: files/patch-libsweep_CMakeLists.txt >=================================================================== >--- files/patch-libsweep_CMakeLists.txt (nonexistent) >+++ files/patch-libsweep_CMakeLists.txt (working copy) >@@ -0,0 +1,11 @@ >+--- libsweep/CMakeLists.txt.orig 2019-07-20 09:46:23 UTC >++++ libsweep/CMakeLists.txt >+@@ -19,7 +19,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") >+ set(libsweep_OS unix) >+ >+ elseif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") >+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Weverything -fvisibility=hidden -fPIC -fno-rtti") >++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fvisibility=hidden -fPIC -fno-rtti") >+ set(libsweep_OS unix) >+ >+ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") > >Property changes on: files/patch-libsweep_CMakeLists.txt >___________________________________________________________________ >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
Flags:
pkubaj
:
maintainer-approval?
(
hyun
)
Actions:
View
|
Diff
Attachments on
bug 239332
: 205922