aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/tc-play/libsuffix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/tc-play/libsuffix.patch')
-rw-r--r--unmaintained/tc-play/libsuffix.patch24
1 files changed, 0 insertions, 24 deletions
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=<value> (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}")