summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorcbiere <cbiere>2006-12-03 11:20:12 +0000
committercbiere <cbiere>2006-12-03 11:20:12 +0000
commitcb3d68de6d50307016de685f4cee21214ca70547 (patch)
treea8e03b7246a0c7d32b0c0a527e7219866b473559 /converters/libiconv
parentb7040a0f051aed28c5fbeabc2b9ba6f0b2e49b04 (diff)
downloadpkgsrc-cb3d68de6d50307016de685f4cee21214ca70547.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/libiconv')
-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