Package: mplayer
Severity: important
Version: 1.0~rc2-5
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version segfaults on GNU/kFreeBSD.

It is due to improperly applied part of patch from #448791.

Please apply part show bellow directly to debian/rules
and drop it from debian/patches/25kFreeBDS.dpatch

In the current situation, package is build for cpu on buildd,
which might be better compared to user one, this lead to segfault.

Thanks in advance

                        Petr

diff -u mplayer-1.0~rc2/debian/rules mplayer-1.0~rc2/debian/rules
--- mplayer-1.0~rc2/debian/rules
+++ mplayer-1.0~rc2/debian/rules
@@ -95,9 +95,11 @@
 endif
 ifeq ($(arch),kfreebsd-i386)
   with_real_and_xanim = true
+  DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
 endif
 ifeq ($(arch),kfreebsd-amd64)
   with_real_and_xanim = true
+  DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
 endif
 ifeq ($(arch),powerpc)
   with_real_and_xanim = true



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to