Date: Wed, 24 Nov 2004 09:45:55 +0100 (CET) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74315: [MAINTAINER] lang/pike72: Try to fix non i386 compilation breakage. Message-ID: <20041124084555.171D14ACA0@mx2.oav.net> Resent-Message-ID: <200411240850.iAO8oHob060533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74315 >Category: ports >Synopsis: [MAINTAINER] lang/pike72: Try to fix non i386 compilation breakage. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 08:50:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p3 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004 >Description: Some configuration code on Pike doesn't deal with 64bits machines (eg non x86 one). This patch is trying to fix it. This PR supersedes ports/73720 which was incomplete. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pike72-7.2.570.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile --- /usr/ports/lang/pike72.old/Makefile Wed Nov 24 09:42:17 2004 +++ /usr/ports/lang/pike72/Makefile Wed Nov 24 09:44:06 2004 @@ -28,8 +28,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug \ - --with-double-precision \ - --with-long-double-precision \ --disable-rpath \ --without-rtldebug \ --without-cdebug \ @@ -54,8 +52,8 @@ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Build fails on !i386" +.if ${ARCH} == "i386" +CONFIGURE_ARGS+= --with-long-double-precision .endif PLIST_SUB+= PORTVERSION=${PORTVERSION} --- pike72-7.2.570.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124084555.171D14ACA0>