Package: sdlgfx
Version: 2.0.9-4
Severity: normal
Tags: patch

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

 /usr/bin/install -c -m 644 SDL_imageFilter.h 
/sdlgfx-2.0.9/debian/libsdl-gfx1.2//usr/include/SDL/SDL_imageFilter.h
make[2]: Leaving directory `/sdlgfx-2.0.9'
make[1]: Leaving directory `/sdlgfx-2.0.9'
ln -s libsdl-gfx1.2 \
        debian/libsdl-gfx1.2-dev/usr/share/doc/libsdl-gfx1.2-dev
mv debian/libsdl-gfx1.2/usr/lib/*.so debian/libsdl-gfx1.2-dev/usr/lib/
mv: cannot stat `debian/libsdl-gfx1.2/usr/lib/*.so': No such file or directory
make: *** [install] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/sdlgfx-2.0.9/ltconfig ./ltconfig
--- ../tmp-orig/sdlgfx-2.0.9/ltconfig   2003-07-29 12:40:24.000000000 +0000
+++ ./ltconfig  2005-07-26 10:22:40.000000000 +0000
@@ -2007,7 +2007,7 @@
   else
     # Only the GNU ld.so supports shared libraries on MkLinux.
     case "$host_cpu" in
-    powerpc*) dynamic_linker=no ;;
+    powerpc) dynamic_linker=no ;;
     *) dynamic_linker='Linux ld.so' ;;
     esac
   fi


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

Reply via email to