summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/05_cmake-config-LIB_SIFFIX.patch17
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/05_cmake-config-LIB_SIFFIX.patch b/debian/patches/05_cmake-config-LIB_SIFFIX.patch
deleted file mode 100644
index b7f4fa2..0000000
--- a/debian/patches/05_cmake-config-LIB_SIFFIX.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Install CMake config files into lib${LIB_SIFFIX}
-Author: James Cowgill <jcowgill@debian.org>
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-
---- a/cmake/Macros.cmake
-+++ b/cmake/Macros.cmake
-@@ -320,7 +320,7 @@ function(sfml_export_targets)
- if (SFML_BUILD_FRAMEWORKS)
- set(config_package_location "SFML.framework/Resources/CMake")
- else()
-- set(config_package_location lib/cmake/SFML)
-+ set(config_package_location lib${LIB_SUFFIX}/cmake/SFML)
- endif()
- configure_package_config_file("${CURRENT_DIR}/SFMLConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/SFMLConfig.cmake"
- INSTALL_DESTINATION "${config_package_location}")
diff --git a/debian/patches/series b/debian/patches/series
index 84eff50..8fe6881 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
01_remove-googleapi-css.patch
02_build-doc-once.patch
-05_cmake-config-LIB_SIFFIX.patch
06_pkgconfig-libs-private.patch