[SCM] mplayer/master: Add a patch to fix a FTBFS in kfreebsd.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Wed Sep 16 05:17:03 UTC 2015
The following commit has been merged in the master branch:
commit f65ce1411113aa87d718523b2e5edacc24bb8f32
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Tue Sep 15 21:46:55 2015 -0400
Add a patch to fix a FTBFS in kfreebsd.
diff --git a/debian/patches/0100_Fix_FTBFS_kfreebsd.patch b/debian/patches/0100_Fix_FTBFS_kfreebsd.patch
new file mode 100644
index 0000000..5ecc339
--- /dev/null
+++ b/debian/patches/0100_Fix_FTBFS_kfreebsd.patch
@@ -0,0 +1,20 @@
+Description: Fix FTBFS in kfreebsd.
+ Needed for:
+ - u_char
+ - u_long
+ - u_short
+Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
+Forwarded: yes
+Last-Update: 2015-09-15
+
+--- a/stream/tvi_bsdbt848.c
++++ b/stream/tvi_bsdbt848.c
+@@ -27,6 +27,8 @@
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
++#define _BSD_SOURCE
++
+ #include "config.h"
+
+ #define RINGSIZE 8
diff --git a/debian/patches/series b/debian/patches/series
index 524182f..6981382 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001_version.patch
23mplayer-debug-printf.patch
+0100_Fix_FTBFS_kfreebsd.patch
50_Hurd_PATH_MAX.patch
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list