Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 16:40:43 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Francois Tigeot <ftigeot@wolfpond.org>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: [patch] Enable java/linux-sun-jdk14 installation with linux_base-8
Message-ID:  <20050206004043.GL9350@dragon.nuxi.com>
In-Reply-To: <20050103091258.GA17255@aoi.wolfpond.org>

index | next in thread | previous in thread | raw e-mail

On Mon, Jan 03, 2005 at 10:12:58AM +0100, Francois Tigeot wrote:
> --- x11-toolkits/linux-gtk/Makefile.orig	Sat Jan  1 11:50:54 2005
> +++ x11-toolkits/linux-gtk/Makefile	Sun Jan  2 09:45:16 2005
> @@ -24,7 +24,7 @@
>  USE_LINUX_PREFIX=	yes
>  USE_LINUX=	yes
>  
> -ONLY_FOR_ARCHS?=	i386 alpha
> +ONLY_FOR_ARCHS?=	i386 alpha amd64
>  DIST_SUBDIR?=	rpm
>  EXTRACT_ONLY=
>  NO_BUILD=	yes
> @@ -67,3 +67,9 @@
>  		>> ${PLIST}.new
>  
>  .include <bsd.port.mk>
> +
> +.if (${ARCH} == "amd64")
> +ARCH=	i386
> +MACHINE_ARCH=	i386
> +RPMFLAGS+= --ignorearch
> +.endif

Please follow up with the PR with a correct patch -- which would use
bsd.port.pre.mk and bsd.port.post.mk.

I'll commit the other parts as they are OK.

-- 
-- David  (obrien@FreeBSD.org)


home | help

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