Date: Sun, 8 Feb 2004 17:52:41 -0500 (EST) From: Trevor Johnson <trevor@jpj.net> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/iconv Makefile ports/devel/gettext Makefile Message-ID: <20040208175125.R99913@blues.jpj.net> In-Reply-To: <1076277021.16832.27.camel@shumai.marcuscom.com> References: <200402082146.i18LkbxE080399@repoman.freebsd.org> <1076277021.16832.27.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I think you mean to add this to converters/libiconv. That would make far more sense. :) Could you please make the change, since I'm not a member of gnome@? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/libiconv/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 14 Oct 2003 08:00:14 -0000 1.28 +++ Makefile 8 Feb 2004 22:47:18 -0000 @@ -26,6 +26,11 @@ MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 +.ifdef USE_ICONV +.error USE_ICONV is defined as an environment variable, or in the arguments \ + to "make". Please unset it and restart the build. +.endif + .if !defined(WITHOUT_EXTRA_ENCODINGS) CONFIGURE_ARGS+= --enable-extra-encodings .endif -- Trevor Johnson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040208175125.R99913>