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
[-- Attachment #1 --]
On Fri, Oct 21, 2005 at 02:36:11AM +0000, Alexander Nedotsukov wrote:
> bland 2005-10-21 02:36:11 UTC
>
> FreeBSD ports repository
>
> Modified files:
> converters/iconv-extra/files patch-ces::Makefile
> Log:
> Fix PREFIX compliance.
Should be LOCALBASE.
> | .if !defined(ICONVDIR_LIBC)
> | - CFLAGS += -I/usr/local/include
> | +-CFLAGS += -I/usr/local/include
> | -LDADD += -L/usr/local/lib -liconv
> | -+LDADD += -L/usr/local/lib -lbiconv
> | ++CFLAGS += -I${PREFIX}/include
> | ++LDADD += -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
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)
iD8DBQFDWFeHWry0BWjoQKURAuUrAJ9AjQKfbNcYq8e5DmfnSGwLmH+lpQCfa846
33tKHlZ6+5gHgOhUjv4WozI=
=mu1I
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051021025047.GA27856>
