[libsfml] 04/11: Drop 07_config-kfreebsd.patch - applied upstream
James Cowgill
jcowgill at moszumanska.debian.org
Thu Oct 27 20:51:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcowgill pushed a commit to branch master
in repository libsfml.
commit 90988f52418f6fba41ac4c0fe32f71b02ce10c2c
Author: James Cowgill <jcowgill at debian.org>
Date: Thu Oct 27 18:35:53 2016 +0100
Drop 07_config-kfreebsd.patch - applied upstream
---
debian/patches/07_config-kfreebsd.patch | 16 ----------------
debian/patches/series | 1 -
2 files changed, 17 deletions(-)
diff --git a/debian/patches/07_config-kfreebsd.patch b/debian/patches/07_config-kfreebsd.patch
deleted file mode 100644
index 6b33c94..0000000
--- a/debian/patches/07_config-kfreebsd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Define SFML_OS_FREEBSD on kFreeBSD
-Author: James Cowgill <jcowgill at debian.org>
-Forwarded: https://github.com/SFML/SFML/pull/1129
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/cmake/Config.cmake
-+++ b/cmake/Config.cmake
-@@ -27,7 +27,7 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Li
- # don't use the OpenGL ES implementation on Linux
- set(OPENGL_ES 0)
- endif()
--elseif(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
-+elseif(CMAKE_SYSTEM_NAME MATCHES "^k?FreeBSD$")
- set(SFML_OS_FREEBSD 1)
- # don't use the OpenGL ES implementation on FreeBSD
- set(OPENGL_ES 0)
diff --git a/debian/patches/series b/debian/patches/series
index f465147..06d8ed1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@
04_remove-googleapi-css.patch
05_build-doc-once.patch
06_pkgconfig-freebsd.patch
-07_config-kfreebsd.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git
More information about the Pkg-games-commits
mailing list