Debian packaging for freedv, thanks Stuart
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 30 Aug 2015 20:35:08 +0000 (20:35 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 30 Aug 2015 20:35:08 +0000 (20:35 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2293 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/CMakeLists.txt
freedv-dev/README.osx

index e67d67aa996735d3ab17946dab06ac86024c7d76..aeb90732c16367e07261c0810b35098ebf51581c 100644 (file)
@@ -223,7 +223,9 @@ message(STATUS "Threads library flags: ${CMAKE_THREAD_LIBS_INIT}")
 #
 if(NOT USE_STATIC_CODEC2)
     message(STATUS "Looking for codec2...")
-    find_package(codec2 CONFIG QUIET)
+    # 'CONFIG' removed due to incompatibility with cmake version
+    # in Ubuntu 12.04 (Precise) -- Stuart Longland
+    find_package(codec2 QUIET)
     if(codec2_FOUND)
         get_target_property(CODEC2_LIBRARY codec2 LOCATION)
         message(STATUS "  codec2 library: ${CODEC2_LIBRARY}")
index 52dc2f5686b20281cb7b3e265f9fd271121d856d..c71544fffd8f7908571dc92d4283518f405de73c 100644 (file)
@@ -84,11 +84,6 @@ $ cd freedv-1.0
 or 
 $ cd freedv-dev
 
-At the moment we will need to apply a few patches:
-
-patch src/dlg_ptt.cpp dlg_ptt_OSX.patch
-patch src/CMakeLists.txt cmake_OSX.patch
-
 $ mkdir build_osx && cd build_osx
 
 Assuming you are intending on building Codec2 as part of the build process, run: