FreeBSD Bugzilla – Attachment 198505 Details for
Bug 232563
devel/yaml-cpp03: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2
yaml-cpp03.patch (text/plain), 1.37 KB, created by
Piotr Kubaj
on 2018-10-23 16:43:16 UTC
(
hide
)
Description:
v2
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-23 16:43:16 UTC
Size:
1.37 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482837) >+++ Makefile (working copy) >@@ -12,8 +12,6 @@ > > LICENSE= MIT > >-BROKEN_powerpc64= fails to build: ninja: build.ninja:386: bad $-escape (literal $ must be written as $$) >- > USES= cmake > USE_LDCONFIG= yes > CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0 >Index: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (revision 482837) >+++ files/patch-CMakeLists.txt (working copy) >@@ -1,5 +1,19 @@ > --- CMakeLists.txt.orig 2013-04-14 03:37:53.000000000 +0400 > +++ CMakeLists.txt 2014-09-11 17:37:09.000000000 +0400 >+@@ -139,11 +139,11 @@ if(CMAKE_COMPILER_IS_GNUCXX) >+ # >+ set(CMAKE_CXX_FLAGS "-Wall ${GCC_EXTRA_OPTIONS} -pedantic -Wno-long-long ${CMAKE_CXX_FLAGS}") >+ # >+- add_custom_target(debuggable $(MAKE) clean >++ add_custom_target(debuggable make clean >+ COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Debug ${CMAKE_SOURCE_DIR} >+ COMMENT "Adjusting settings for debug compilation" >+ VERBATIM) >+- add_custom_target(releasable $(MAKE) clean >++ add_custom_target(releasable make clean >+ COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Release ${CMAKE_SOURCE_DIR} >+ COMMENT "Adjusting settings for release compilation" >+ VERBATIM) > @@ -240,7 +240,7 @@ > > set_target_properties(yaml-cpp PROPERTIES
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 232563
:
198502
| 198505