Package: gtk-engines-thinice Severity: normal Tags: patch When building 'gtk-engines-thinice' on ppc64 with gcc-4.0, I get the following error:
UNAME_MACHINE = ppc64 UNAME_RELEASE = 2.6.10-1-ppc64 UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Sat Feb 12 12:25:34 CET 2005 configure: error: can not guess host type; you must specify one make: *** [build-stamp] Error 1 Please update config.guess and config.sub to support ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/gtk-engines-thinice-1.0.4/debian/control ./debian/control --- ../tmp-orig/gtk-engines-thinice-1.0.4/debian/control 2005-03-18 19:15:09.208581813 +0100 +++ ./debian/control 2005-03-18 19:08:36.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Stephen Crowley <[EMAIL PROTECTED]> Standards-Version: 3.5.3.0 -Build-Depends: debhelper, libgtk1.2-dev +Build-Depends: debhelper, autotools-dev, libgtk1.2-dev Package: gtk-engines-thinice Architecture: any diff -urN ../tmp-orig/gtk-engines-thinice-1.0.4/debian/rules ./debian/rules --- ../tmp-orig/gtk-engines-thinice-1.0.4/debian/rules 2005-03-18 19:15:09.209581150 +0100 +++ ./debian/rules 2005-03-18 19:08:22.000000000 +0100 @@ -10,6 +10,7 @@ build-stamp: dh_testdir + cp /usr/share/misc/config.{guess,sub} . ./configure --prefix=/usr sed < libtool > libtool-2 \ -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]