From owner-cvs-ports@FreeBSD.ORG Wed Mar 17 03:15:41 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B536816A4CE; Wed, 17 Mar 2004 03:15:41 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC6443D1D; Wed, 17 Mar 2004 03:15:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) i2HBFXuW028180; Wed, 17 Mar 2004 05:15:38 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 78E6E51932; Wed, 17 Mar 2004 03:15:25 -0800 (PST) Date: Wed, 17 Mar 2004 03:15:25 -0800 From: Kris Kennaway To: Maho Nakata Message-ID: <20040317111525.GA62305@xor.obsecurity.org> References: <200403171047.i2HAlUsL048731@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200403171047.i2HAlUsL048731@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/biology/pymol Makefile distinfo pkg-plist ports/biology/pymol/files patch-Rules.make patch-setup+pymol+com+linux-rh7x X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 11:15:41 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 17, 2004 at 02:47:29AM -0800, Maho Nakata wrote: > | +.if !defined(PICFLAG) > | +.if ${MACHINE_ARCH} == "sparc64" > | +PICFLAG=-fPIC > | +.else > | +PICFLAG=-fpic > | +.endif > | +.endif As far as I understand, there's no need to treat these differently: -fPIC is appropriate on all architectures. Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD4DBQFAWDNNWry0BWjoQKURAvNcAJYv92RbHL2tpm6pHpP+1QwYuLmVAJ9OqCzl qSjLTV9kN4JEnxEjdzeplw== =rAZz -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--