HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/comms/hackrf/files/patch-host_hackrf-tools_CMakeLists.txt
--- host/hackrf-tools/CMakeLists.txt.orig	2015-08-30 19:34:41 UTC
+++ host/hackrf-tools/CMakeLists.txt
@@ -35,7 +35,7 @@ include_directories(getopt)
 add_definitions(/D _CRT_SECURE_NO_WARNINGS)
 else()
 add_definitions(-Wall)
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
 endif()
 
 if(NOT libhackrf_SOURCE_DIR)