Date: Sun, 6 Jun 2010 15:12:21 GMT From: Andreas Tobler <andreast@fgznet.ch> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/147565: powerpc64 support for libffi Message-ID: <201006061512.o56FCLQ8072610@www.freebsd.org> Resent-Message-ID: <201006061520.o56FK2YZ031436@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147565 >Category: ports >Synopsis: powerpc64 support for libffi >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: Sun Jun 06 15:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andreas Tobler >Release: -CURRENT >Organization: none >Environment: FreeBSD bohrium.andreas.nets 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r208866M: Sun Jun 6 06:48:15 UTC 2010 root@bohrium.andreas.nets:/usr/obj/export/devel/ppc64/sys/GENERIC powerpc64 >Description: The attached patch adds support for libffi on the powerpc64 target. >How-To-Repeat: >Fix: Add the attached file to the files directory of ports/devel/libffi Patch attached with submission follows: --- configure.orig 2010-06-03 20:49:28.000000000 +0000 +++ configure 2010-06-03 20:50:18.000000000 +0000 @@ -12231,6 +12231,9 @@ powerpc-*-freebsd*) TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc ;; + powerpc64-*-freebsd*) + TARGET=POWERPC; TARGETDIR=powerpc + ;; powerpc*-*-rtems*) TARGET=POWERPC; TARGETDIR=powerpc ;; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006061512.o56FCLQ8072610>