Date: Thu, 20 Oct 2005 22:50:47 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Alexander Nedotsukov <bland@FreeBSD.org> 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 Message-ID: <20051021025047.GA27856@xor.obsecurity.org> In-Reply-To: <200510210236.j9L2aB3Z056179@repoman.freebsd.org> References: <200510210236.j9L2aB3Z056179@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051021025047.GA27856>