aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-07 12:59:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-07 13:17:18 +0000
commit20cb4d4965bcb6bc70055e940b61fcac52b758c4 (patch)
tree8eb74fd5655c9cc211a8fcd33636df573cf1122d /testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
parenta686c6b9a5a29a9585d1b7fd98c77dd0e84be65f (diff)
downloadaports-20cb4d4965bcb6bc70055e940b61fcac52b758c4.tar.bz2
aports-20cb4d4965bcb6bc70055e940b61fcac52b758c4.tar.xz
testing/sipwise-sems: move to unmaintained
Diffstat (limited to 'testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch')
-rw-r--r--testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch b/testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
deleted file mode 100644
index 0cfeab8c83..0000000000
--- a/testing/sipwise-sems/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 26929b6a7a62299b71bf7c99f17f75670a2040e2 Mon Sep 17 00:00:00 2001
-From: Peter Lemenkov <lemenkov@gmail.com>
-Date: Wed, 31 Mar 2010 11:53:48 +0400
-Subject: [PATCH 02/11] Allow rewrite of custom makefiles by CMake
-
-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
----
- CMakeLists.txt | 9 ---------
- 1 files changed, 0 insertions(+), 9 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a6ff425..ef3934e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -26,15 +26,6 @@ ELSE(IS_DEVEL)
- ENDIF(IS_DEVEL)
- MESSAGE(STATUS "Configuring ${CMAKE_PROJECT_NAME} v. ${SEMS_VERSION}")
-
--IF(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR AND NOT MSVC_IDE)
-- message(FATAL_ERROR "In-source builds are not allowed.
--CMake would overwrite all makefiles distributed with SEMS.
--Please create a directory and run cmake from there, passing the path
--to this source directory as the last argument.
--This process created the file `CMakeCache.txt' and the directory `CMakeFiles'.
--Please delete them.")
--ENDIF(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR AND NOT MSVC_IDE)
--
- OPTION(SEMS_USE_SPANDSP "Build with spandsp" OFF)
- OPTION(SEMS_USE_LIBSAMPLERATE "Build with libsamplerate" OFF)
- OPTION(SEMS_USE_ZRTP "Build with ZRTP" OFF)
---
-1.7.3.4
-