Skip site navigation (1)Skip section navigation (2)
Date:      06 Jul 2002 12:02:19 +0200
From:      Jan Lentfer <Jan.Lentfer@web.de>
To:        freebsd-alpha@freebsd.org
Subject:   Patch against 4.6 bsd.port.mk
Message-ID:  <1025949740.2074.4.camel@jan-linnb.lan>

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

--=-IbP0T/deARez99X8Tn/U
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi all,

I made Terry's patch fit for 4.6-Release, the diff is attached. It works
as described by Terry. I succesfully build www/mmosaic with ccc by
adding "PREFER_COMPAQ_CC=yes" to the ports Makefile.

Jan



--=-IbP0T/deARez99X8Tn/U
Content-Disposition: attachment; filename=4.6-compaq-cc.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-diff; name=4.6-compaq-cc.diff; charset=ISO-8859-15

145a146,149
> # PREFER_COMPAQ_CC	- Set USE_COMPAQ_CC if it is installed,otherwise
> #			  use the default compiler instead.
> # USE_COMPAQ_CC		- Says that the port requires the  Compaq C compiler,
> #			  either in the system or installed from a port.
939a944,954
> .if exists(/usr/bin/ccc) && defined(PREFER_COMPAQ_CC)
> USE_COMPAQ_CC=3D yes
> .endif
> .if defined(USE_COMPAQ_CC) && (${MACHINE_ARCH} =3D=3D "alpha")
> CC=3D			ccc
> # CXX=3D			ccc
> BUILD_DEPENDS+=3D	ccc:${PORTSDIR}/lang/compaq-cc
> MAKE_ENV+=3D		CC=3D${CC}
> # MAKE_ENV+=3D		CXX=3D${CXX}
> .endif
>=20
943d957
<=20

--=-IbP0T/deARez99X8Tn/U--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




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