summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-10-16 23:11:04 +0100
committerJames Cowgill <jcowgill@debian.org>2018-10-16 23:12:51 +0100
commit5d60990b674a8947728916597165b0a28f7b745b (patch)
tree2382427d29d6cfda8fcde0c89a728ceb44996162
parent2ae3c0fd7b93cf8ec3143ce3fa8b544ad58d6415 (diff)
d/patches: Drop 05_cmake-config-LIB_SIFFIX.patch
Applied upstream.
-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