Index: head/misc/libsweep-lidar/Makefile =================================================================== --- head/misc/libsweep-lidar/Makefile (revision 508169) +++ head/misc/libsweep-lidar/Makefile (revision 508170) @@ -1,27 +1,25 @@ # $FreeBSD$ PORTNAME= libsweep-lidar DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= misc MAINTAINER= hyun@caffeinated.codes COMMENT= Low-level Scanse Sweep LiDAR library 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 CMAKE_SOURCE_PATH= ${WRKSRC}/libsweep USE_LDCONFIG= yes OPTIONS_DEFINE= NO_DEVICE NO_DEVICE_DESC= The library will generate dummy static point cloud NO_DEVICE_CMAKE_BOOL= DUMMY .include Index: head/misc/libsweep-lidar/files/patch-libsweep_CMakeLists.txt =================================================================== --- head/misc/libsweep-lidar/files/patch-libsweep_CMakeLists.txt (nonexistent) +++ head/misc/libsweep-lidar/files/patch-libsweep_CMakeLists.txt (revision 508170) @@ -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: head/misc/libsweep-lidar/files/patch-libsweep_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property