ports/71679: Update: fix the build of guile on sparc64.
Koop Mast
kwm at rainbow-runner.nl
Sun Sep 12 19:40:25 UTC 2004
>Number: 71679
>Category: ports
>Synopsis: Update: fix the build of guile on sparc64.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 12 19:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Koop Mast
>Release: FreeBSD 5.3-BETA4 sparc64
>Organization:
>Environment:
System: FreeBSD ultra.rainbow-runner.nl 5.3-BETA4 FreeBSD 5.3-BETA4 #26: Sat Sep 11 19:48:32 CEST 2004 root at ultra.rainbow-runner.nl:/usr/obj/usr/src/sys/BlackBird sparc64
>Description:
Patch (well more a band aid) to get guile build on sparc64.
I tried to make a better patch but that didn't work.
After installing guile with this patch, I reinstalled gnomegames2
(sol uses guile) and no problems.
>How-To-Repeat:
>Fix:
--- guile-pointyhat.diff begins here ---
diff -ruN guile.orig/files/patch-libguile_gc_os_dep.c guile/files/patch-libguile_gc_os_dep.c
--- guile.orig/files/patch-libguile_gc_os_dep.c Sun Nov 23 19:13:58 2003
+++ guile/files/patch-libguile_gc_os_dep.c Sun Sep 12 15:18:31 2004
@@ -1,5 +1,5 @@
---- libguile/gc_os_dep.c.orig Wed Apr 16 16:16:21 2003
-+++ libguile/gc_os_dep.c Sun Nov 23 13:09:53 2003
+--- libguile/gc_os_dep.c.orig Wed Apr 16 22:16:21 2003
++++ libguile/gc_os_dep.c Sun Sep 12 15:18:00 2004
@@ -93,6 +93,14 @@
# define OPENBSD
# define mach_type_known
@@ -61,3 +61,12 @@
# include <machine/trap.h>
#endif
+@@ -1501,7 +1530,7 @@
+ #endif
+
+ #ifdef SUNOS5SIGS
+-# include <sys/siginfo.h>
++/*# include <sys/siginfo.h>*/
+ # undef setjmp
+ # undef longjmp
+ # define setjmp(env) sigsetjmp(env, 1)
--- guile-pointyhat.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list