Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2010 21:09:12 GMT
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151324: [patch] make lang/smalltalk build under powerpc
Message-ID:  <201010082109.o98L9B0L025790@www.freebsd.org>
Resent-Message-ID: <201010082110.o98LA3fF041139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151324
>Category:       ports
>Synopsis:       [patch] make lang/smalltalk build under powerpc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 08 21:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Tobler
>Release:        -CURRENT
>Organization:
none
>Environment:
FreeBSD wolfram.andreas.nets 9.0-CURRENT FreeBSD 9.0-CURRENT #6 r213409M: Mon Oct  4 20:11:20 CEST 2010     andreast@wolfram.andreas.nets:/usr/obj/export/devel/fbsd/src/sys/ANDREAST_ppc_pb  powerpc

>Description:
The attached patch fixes the build for smalltalk on powerpc (32-bit).
To be placed in the files directory.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- libffi/src/powerpc/ffitarget.h.orig	2010-10-08 21:22:55.000000000 +0200
+++ libffi/src/powerpc/ffitarget.h	2010-10-08 21:23:39.000000000 +0200
@@ -78,6 +78,8 @@
   FFI_SYSV,
   FFI_GCC_SYSV,
   FFI_LINUX64,
+  FFI_LINUX,
+  FFI_LINUX_SOFT_FLOAT,
   FFI_DEFAULT_ABI = FFI_SYSV,
 #endif
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010082109.o98L9B0L025790>