summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorcbiere <cbiere@pkgsrc.org>2006-12-03 11:20:12 +0000
committercbiere <cbiere@pkgsrc.org>2006-12-03 11:20:12 +0000
commite2c55a18b0a31897323f229d3450d719360d186a (patch)
treea8e03b7246a0c7d32b0c0a527e7219866b473559 /converters
parent5d8430e9d06ebae8013ec295a651c62bfb235f61 (diff)
downloadpkgsrc-e2c55a18b0a31897323f229d3450d719360d186a.tar.gz
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.
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/Makefile4
1 files changed, 2 insertions, 2 deletions
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