[130770] trunk/dports/science/gr-ais/files/patch-CMakeLists.txt.diff

michaelld at macports.org michaelld at macports.org
Fri Jan 2 08:30:34 PST 2015


Revision: 130770
          https://trac.macports.org/changeset/130770
Author:   michaelld at macports.org
Date:     2015-01-02 08:30:34 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
gr-ais: patch to allow using GNU Radio 3.7.5.2.

Modified Paths:
--------------
    trunk/dports/science/gr-ais/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/science/gr-ais/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/science/gr-ais/files/patch-CMakeLists.txt.diff	2015-01-02 16:13:12 UTC (rev 130769)
+++ trunk/dports/science/gr-ais/files/patch-CMakeLists.txt.diff	2015-01-02 16:30:34 UTC (rev 130770)
@@ -1,5 +1,5 @@
---- CMakeLists.txt.orig	2014-09-25 02:52:51.000000000 -0400
-+++ CMakeLists.txt	2014-09-25 02:54:08.000000000 -0400
+--- CMakeLists.txt.orig	2015-01-02 11:26:38.000000000 -0500
++++ CMakeLists.txt	2015-01-02 11:27:32.000000000 -0500
 @@ -32,7 +32,8 @@
  endif(NOT CMAKE_BUILD_TYPE)
  set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
@@ -10,7 +10,15 @@
  
  ########################################################################
  # Compiler specific setup
-@@ -98,6 +99,26 @@
+@@ -91,13 +92,33 @@
+ # caps such as FILTER or FFT) and change the version to the minimum
+ # API compatible version required.
+ set(GR_REQUIRED_COMPONENTS RUNTIME PMT)
+-find_package(Gnuradio "3.7.6" REQUIRED)
++find_package(Gnuradio "3.7.5.2" REQUIRED)
+ 
+ if(NOT CPPUNIT_FOUND)
+     message(FATAL_ERROR "CppUnit required to compile gr-ais")
  endif()
  
  ########################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/5b2cb32d/attachment-0001.html>


More information about the macports-changes mailing list