summaryrefslogtreecommitdiff
path: root/databases/soci/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/soci/files/patch-CMakeLists.txt')
-rw-r--r--databases/soci/files/patch-CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/soci/files/patch-CMakeLists.txt b/databases/soci/files/patch-CMakeLists.txt
deleted file mode 100644
index 24d063d1153e..000000000000
--- a/databases/soci/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2020-10-19 14:59:47 UTC
-+++ CMakeLists.txt
-@@ -134,7 +134,7 @@ set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
- ###############################################################################
-
- if(NOT DEFINED SOCI_LIBDIR)
-- if(APPLE OR CMAKE_SIZEOF_VOID_P EQUAL 4)
-+ if(APPLE OR CMAKE_SIZEOF_VOID_P EQUAL 4 OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- set(SOCI_LIBDIR "lib")
- else()
- set(SOCI_LIBDIR "lib64")