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