diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2021-01-24 23:12:47 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2021-01-24 23:12:47 +0000 |
commit | 5e93e43928adb39e2ca7423f7869c9512bdd944d (patch) | |
tree | 9fcf36c633e768783022e0e6303aac7be877622a /comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt | |
parent | devel/aphpunit: Upgrade from 1.9 to 2.0 (diff) |
Readd hackrf-devel with missing files.
make index builds for me now.
Copy hackrf to hackrf-devel and update to a current snapshot of hackrf
Diffstat (limited to 'comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt')
-rw-r--r-- | comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt b/comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt new file mode 100644 index 000000000000..74a62fe9f785 --- /dev/null +++ b/comms/hackrf-devel/files/patch-host_hackrf-tools_CMakeLists.txt @@ -0,0 +1,11 @@ +--- host/hackrf-tools/CMakeLists.txt.orig 2020-10-13 21:46:30 UTC ++++ host/hackrf-tools/CMakeLists.txt +@@ -33,7 +33,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) |