From e2c55a18b0a31897323f229d3450d719360d186a Mon Sep 17 00:00:00 2001 From: cbiere Date: Sun, 3 Dec 2006 11:20:12 +0000 Subject: Added c++ to USE_LANGUAGES because configure (unnecessarily) looks for a working C++ preprocessor and the build breaks if there's a non-working CC in PATH otherwise. --- converters/libiconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/libiconv') diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 5d5f0d66b9b..cf78f6316f1 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/12/02 22:33:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.46 2006/12/03 11:20:12 cbiere Exp $ DISTNAME= libiconv-1.10 PKGREVISION= 3 @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES+= c99 +USE_LANGUAGES+= c99 c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -- cgit v1.2.3