[SCM] yafaray/master: debian/patches/: #0001 added to fix FTBFS with gcc-4.7

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Apr 4 15:11:59 UTC 2012


The following commit has been merged in the master branch:
commit 314d42a6c234c5a7840b94ce6f43b0a6a899c422
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Wed Apr 4 16:55:10 2012 +0200

    debian/patches/: #0001 added to fix FTBFS with gcc-4.7
    
    Fix FTBFS with gcc-4.7 by fixing the missing <unistd.h> include.
    
    Closes: #667426
    Thanks: Cyril Brulebois (KiBi) for the patch
    Git-Dch: Short

diff --git a/debian/patches/0001-Fix_FTBFS_with_gcc-4.7.patch b/debian/patches/0001-Fix_FTBFS_with_gcc-4.7.patch
new file mode 100644
index 0000000..7e6a634
--- /dev/null
+++ b/debian/patches/0001-Fix_FTBFS_with_gcc-4.7.patch
@@ -0,0 +1,24 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Wed, 4 Apr 2012 16:52:31 +0200
+Subject: Fix_FTBFS_with_gcc-4.7
+
+---
+Description: Fix FTBFS with gcc 4.7 by fixing the missing <unistd.h> include.
+Author: Cyril Brulebois <kibi at debian.org>
+Bug-Debian: http://bugs.debian.org/667426
+
+ src/yafraycore/scene.cc |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/yafraycore/scene.cc b/src/yafraycore/scene.cc
+index 861e100..2b48a99 100644
+--- a/src/yafraycore/scene.cc
++++ b/src/yafraycore/scene.cc
+@@ -39,6 +39,7 @@
+ #include <iostream>
+ #include <limits>
+ #include <sstream>
++#include <unistd.h>
+ 
+ __BEGIN_YAFRAY
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91408b2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix_FTBFS_with_gcc-4.7.patch

-- 
yafaray packaging



More information about the pkg-multimedia-commits mailing list