[SCM] blender/master: debian/patches/: patchset updated

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Jun 26 15:01:49 UTC 2013


The following commit has been merged in the master branch:
commit c5e18c24b478b97bf82aca35610de75a84c0f81b
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Wed Jun 26 11:44:38 2013 +0200

    debian/patches/: patchset updated
    
    - 0012-fix_FTBFS_on_non-linux_architectures.patch added
    
    Thanks: Pino Toscano (pino) for the quick patch.

diff --git a/debian/patches/0012-fix_FTBFS_on_non-linux_architectures.patch b/debian/patches/0012-fix_FTBFS_on_non-linux_architectures.patch
new file mode 100644
index 0000000..f88f76a
--- /dev/null
+++ b/debian/patches/0012-fix_FTBFS_on_non-linux_architectures.patch
@@ -0,0 +1,22 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Wed, 26 Jun 2013 11:44:00 +0200
+Subject: fix_FTBFS_on_non-linux_architectures
+
+---
+ CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5ecb5f4..f03cfc6 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -893,6 +893,9 @@ if(UNIX AND NOT APPLE)
+ 	endif()
+ 
+ 	set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -pthread")
++	if(CMAKE_DL_LIBS)
++			list(APPEND PLATFORM_LINKLIBS ${CMAKE_DL_LIBS})
++	endif()
+ 
+ 	# lfs on glibc, all compilers should use
+ 	add_definitions(-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE)
diff --git a/debian/patches/series b/debian/patches/series
index 762336c..94c8a18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
 0009-fix_illegal_hardware_instruction_due_to_SSE2.patch
 0010-fix_format-security_issue.patch
 0011-fix_FTBFS_on_non-SSE_architectures.patch
+0012-fix_FTBFS_on_non-linux_architectures.patch

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list