From 78f07c5d71fc38bf6ead687df162ee236d24f125 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sun, 30 Aug 2015 20:35:08 +0000 Subject: [PATCH] Debian packaging for freedv, thanks Stuart git-svn-id: https://svn.code.sf.net/p/freetel/code@2293 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-dev/CMakeLists.txt | 4 +++- freedv-dev/README.osx | 5 ----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/freedv-dev/CMakeLists.txt b/freedv-dev/CMakeLists.txt index e67d67aa..aeb90732 100644 --- a/freedv-dev/CMakeLists.txt +++ b/freedv-dev/CMakeLists.txt @@ -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}") diff --git a/freedv-dev/README.osx b/freedv-dev/README.osx index 52dc2f56..c71544ff 100644 --- a/freedv-dev/README.osx +++ b/freedv-dev/README.osx @@ -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: -- 2.25.1