Package: vlc
Version: 0.8.4.debian-2
Severity: wishlist
Tags: patch

When building 'vlc' on ppc64/unstable, I get the following error:

test -d extras/x264
cd extras/x264 \
         && ./configure --host=powerpc64-linux-gnu --build=powerpc64-linux-gnu  
--extra-cflags='$(ECFLAGS)' \
                                     --extra-asflags='$(EASFLAGS)' \
         && /usr/bin/make
Unknown platform ppc64, edit the configure
make: *** [configure-stamp] Error 1

With the attached patch 'vlc' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/vlc-0.8.4.debian/extras/x264/configure 
./extras/x264/configure
--- ../tmp-orig/vlc-0.8.4.debian/extras/x264/configure  2006-04-08 
14:14:42.000000000 +0000
+++ ./extras/x264/configure     2006-04-08 13:20:47.000000000 +0000
@@ -105,7 +105,7 @@
     AS="yasm"
     ASFLAGS="-f elf -m amd64"
     ;;
-  "Power Macintosh"|ppc)
+  "Power Macintosh"|ppc*)
     ARCH="PPC"
     if [ $SYS = MACOSX ]
     then


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

Reply via email to