From owner-cvs-all@FreeBSD.ORG Fri Oct 21 02:50:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A5A16A41F; Fri, 21 Oct 2005 02:50:48 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10ED443D64; Fri, 21 Oct 2005 02:50:48 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EEDA71A3C1C; Thu, 20 Oct 2005 19:50:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 60F455130B; Thu, 20 Oct 2005 22:50:47 -0400 (EDT) Date: Thu, 20 Oct 2005 22:50:47 -0400 From: Kris Kennaway To: Alexander Nedotsukov Message-ID: <20051021025047.GA27856@xor.obsecurity.org> References: <200510210236.j9L2aB3Z056179@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <200510210236.j9L2aB3Z056179@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/iconv-extra/files patch-ces::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 02:50:48 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 21, 2005 at 02:36:11AM +0000, Alexander Nedotsukov wrote: > bland 2005-10-21 02:36:11 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > converters/iconv-extra/files patch-ces::Makefile=20 > Log: > Fix PREFIX compliance. Should be LOCALBASE. > | .if !defined(ICONVDIR_LIBC) > | - CFLAGS +=3D -I/usr/local/include > | +-CFLAGS +=3D -I/usr/local/include > | -LDADD +=3D -L/usr/local/lib -liconv > | -+LDADD +=3D -L/usr/local/lib -lbiconv > | ++CFLAGS +=3D -I${PREFIX}/include > | ++LDADD +=3D -L${PREFIX}/lib -lbiconv LOCALBASE (or X11BASE) is where your dependencies are installed, PREFIX is where you will install. For leaf ports they don't have to be the same. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDWFeHWry0BWjoQKURAuUrAJ9AjQKfbNcYq8e5DmfnSGwLmH+lpQCfa846 33tKHlZ6+5gHgOhUjv4WozI= =mu1I -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR--