Package: linuxlogo
Version: 4.14-1
Severity: wishlist
Tags: patch

Hello,

when building 'linuxlogo' on ppc64/unstable, I get the following error:

gcc -O2 -Wall -I.. -c sysinfo_common.c
gcc -O2 -Wall -I.. -c uname.c 
make[3]: Leaving directory `/linuxlogo-4.14/libsysinfo-0.1.0/all'
cd Linux && /usr/bin/make
make[3]: Entering directory `/linuxlogo-4.14/libsysinfo-0.1.0/Linux'
make[3]: *** No rule to make target `ppc64', needed by `cpuinfo.o'.  Stop.

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/linuxlogo-4.14/libsysinfo/Linux/Makefile 
./libsysinfo/Linux/Makefile
--- ../tmp-orig/linuxlogo-4.14/libsysinfo/Linux/Makefile        2006-07-21 
17:51:14.000000000 +0000
+++ ./libsysinfo/Linux/Makefile 2006-09-01 14:52:12.000000000 +0000
@@ -14,6 +14,9 @@
 ifeq ($(ARCH),3486)
    ARCH := x86
 endif
+ifeq ($(ARCH),ppc64)
+   ARCH := ppc
+endif
 
 
 
diff -urN ../tmp-orig/linuxlogo-4.14/libsysinfo-0.1.0/Linux/Makefile 
./libsysinfo-0.1.0/Linux/Makefile
--- ../tmp-orig/linuxlogo-4.14/libsysinfo-0.1.0/Linux/Makefile  2006-07-21 
17:51:14.000000000 +0000
+++ ./libsysinfo-0.1.0/Linux/Makefile   2006-09-01 14:52:12.000000000 +0000
@@ -14,6 +14,9 @@
 ifeq ($(ARCH),3486)
    ARCH := x86
 endif
+ifeq ($(ARCH),ppc64)
+   ARCH := ppc
+endif
 
 
 


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

Reply via email to