From 3ce3c4fd596debefbad77328a9b62a39eccf753c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 1 Dec 2017 17:26:53 +0100 Subject: unmaintained/*: purge aports not touched since v3.5.0 We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases). --- unmaintained/tc-play/libsuffix.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 unmaintained/tc-play/libsuffix.patch (limited to 'unmaintained/tc-play/libsuffix.patch') diff --git a/unmaintained/tc-play/libsuffix.patch b/unmaintained/tc-play/libsuffix.patch deleted file mode 100644 index 31f1e22d36..0000000000 --- a/unmaintained/tc-play/libsuffix.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- ./CMakeLists.txt.orig -+++ ./CMakeLists.txt -@@ -63,21 +63,6 @@ - endif() - - --if (NOT LIB_SUFFIX) -- message(STATUS "") -- message(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now.") -- message(STATUS "You can set it manually with -DLIB_SUFFIX= (e.g. 64).") -- if (CMAKE_SIZEOF_VOID_P EQUAL 8) -- message(STATUS "\nSetting LIB_SUFFIX=64\n") -- set (LIB_SUFFIX "64") -- else() -- message(STATUS "\nSetting LIB_SUFFIX=\n") -- set (LIB_SUFFIX "") -- endif() --endif() -- -- -- - add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF}) - set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay) - set_target_properties(tcplay-bin PROPERTIES COMPILE_FLAGS "${CFLAGS_COMMON} ${DEVMAPPER_CFLAGS} ${UUID_CFLAGS} ${GCRYPT_CFLAGS}") -- cgit v1.2.3