svn commit: r480616 - head/misc/soapysdr/files

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 24 17:39:59 UTC 2018


Author: yuri
Date: Mon Sep 24 17:39:58 2018
New Revision: 480616
URL: https://svnweb.freebsd.org/changeset/ports/480616

Log:
  misc/soapysdr: fix build with gcc-based architectures
  
  PR:		231666
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Added:
  head/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake   (contents, props changed)

Added: head/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake	Mon Sep 24 17:39:58 2018	(r480616)
@@ -0,0 +1,13 @@
+--- cmake/Modules/SoapySDRConfig.cmake.orig	2018-09-24 13:58:55 UTC
++++ cmake/Modules/SoapySDRConfig.cmake
+@@ -110,10 +110,6 @@ if(MSVC)
+     add_definitions(-DNOMINMAX) #enables std::min and std::max
+ endif()
+ 
+-if ("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
+-    add_compile_options(-stdlib=libc++)
+-endif()
+-
+ ########################################################################
+ # extract the ABI version string from the Version.h header
+ ########################################################################


More information about the svn-ports-all mailing list