cvs commit: ports/converters/iconv Makefile ports/devel/gettext Makefile

Trevor Johnson trevor at jpj.net
Sun Feb 8 14:52:28 PST 2004


> 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


More information about the cvs-ports mailing list