Bug#304133: Patch for sparc FTBFS

2005-06-15 Thread eric pareja
Noong Lun, Hun 13, 2005 ng 10:38:19PM +0100, sinabi ni Regis Boudin:
> 
> After some searching, I found what was wrong. The kde configure scripts
> were trying to be clever, and because they found a /lib64 directory,
> added the "64" suffix when searching for libraries.
> 
> Applying this patch, I could succesfully build on sparc and i386.
> 
> Hopefully, il will work.


Thanks Regis!

I prepared a package downloadable from http://tl.linux.org.ph/~xenos/debian for 
kxstitch_0.6-2. Can you test if the package will build successfully on the 
sparc now? I tested it on i386 and alpha platforms and had no problems.

eric
-- 
___  Eric Pareja (xenos AT upm.edu.ph) | Information Management Service  [IMS]
\e/  Network and Systems Administrator | University of the Philippines Manila
_v_  [ http://www.upm.edu.ph/~xenos ][GPG: B82E42D9][http://tinyurl.com/68dkm]
 "Ang hindi marunong magmahal ng sariling wika ay higit pa sa malansang isda."


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



Bug#304133: Patch for sparc FTBFS

2005-06-13 Thread Regis Boudin
Hi,

After some searching, I found what was wrong. The kde configure scripts
were trying to be clever, and because they found a /lib64 directory,
added the "64" suffix when searching for libraries.

Applying this patch, I could succesfully build on sparc and i386.

Hopefully, il will work.

Regards,
Regis
--- kxstitch-0.6/configure	2005-06-13 20:58:20.584092768 +0100
+++ kxstitch-0.6.fixed/configure	2005-06-13 20:40:13.179403408 +0100
@@ -5385,11 +5385,7 @@
   kdelibsuff=$enableval
 fi;
 if test "$kdelibsuff" = "none"; then
-if test -d /lib64 ; then
-kdelibsuff=64
-else
-kdelibsuff=
-fi
+kdelibsuff=
 fi
 if test -z "$kdelibsuff"; then
 echo "$as_me:$LINENO: result: not using lib directory suffix" >&5