cvs commit: ports/converters/iconv-extra/files patch-ces::Makefile

Kris Kennaway kris at obsecurity.org
Thu Oct 20 19:50:48 PDT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20051020/380f12a3/attachment-0001.bin


More information about the cvs-all mailing list