guile-1.6.4_2 broken on sparc64

Koop Mast kwm at rainbow-runner.nl
Sat Nov 22 03:59:32 PST 2003


On Sat, 2003-11-22 at 11:14, Kris Kennaway wrote:
> http://bento.freebsd.org/errorlogs/sparc64-5-latest/guile-1.6.4_2.log
> 
> Kris
Hi,

The attached patch fixes the build of libqthreads.
The fix is to teach the configure script about sparc64-*-*, it only
knows about sparc-*-* so it fails.
AisleRiot (from gnomegames2) links against libqthreads and works fine
here.

Before the patch:
checking QuickThreads configuration... Unknown configuration; threads
package disabled
After the patch:
checking QuickThreads configuration... sparc

-Koop
-------------- next part --------------
--- configure.orig	Mon Apr 21 19:02:39 2003
+++ configure	Sat Nov 22 11:40:19 2003
@@ -17774,7 +17774,7 @@
       qtmdc_c=md/null.c
       qtdmdb_s=md/_sparc_b.s
       ;;
-    sparc-*-*)
+    sparc-*-*|sparc64-*-*)
       port_name=sparc
       qtmd_h=md/sparc.h
       qtmds_s=md/sparc.s


More information about the freebsd-gnome mailing list