[libsfml] 03/05: Try again to fix the FTBFS on FreeBSD using a new patch

James Cowgill jcowgill-guest at moszumanska.debian.org
Tue Jun 30 14:21:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository libsfml.

commit ac399f83844e638b13e30e40c9da036719488f37
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri Jun 26 13:52:34 2015 +0100

    Try again to fix the FTBFS on FreeBSD using a new patch
---
 debian/patches/06_pkgconfig-freebsd.patch | 17 +++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/06_pkgconfig-freebsd.patch b/debian/patches/06_pkgconfig-freebsd.patch
new file mode 100644
index 0000000..4427ee4
--- /dev/null
+++ b/debian/patches/06_pkgconfig-freebsd.patch
@@ -0,0 +1,17 @@
+Description: Install FreeBSD pkgconfig files in lib/pkgconfig again
+Author: James Cowgill <james410 at cowgill.org.uk>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -190,9 +190,6 @@ endif()
+ 
+ if(SFML_OS_LINUX OR SFML_OS_FREEBSD)
+     set(PKGCONFIG_DIR lib${LIB_SUFFIX}/pkgconfig)
+-    if(SFML_OS_FREEBSD)
+-        set(PKGCONFIG_DIR libdata/pkgconfig)
+-    endif()
+     if(BUILD_SHARED_LIBS)
+         sfml_set_option(SFML_INSTALL_PKGCONFIG_FILES FALSE BOOL "TRUE to automatically install pkg-config files so other projects can find SFML")
+         if(SFML_INSTALL_PKGCONFIG_FILES)
diff --git a/debian/patches/series b/debian/patches/series
index ffbf3a8..06d8ed1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 02_hurd.patch
 04_remove-googleapi-css.patch
 05_build-doc-once.patch
+06_pkgconfig-freebsd.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