Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 17:39:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480616 - head/misc/soapysdr/files
Message-ID:  <201809241739.w8OHdw1w025007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+ ########################################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241739.w8OHdw1w025007>