pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libiconv Added c++ to USE_LANGUAGES because...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee18211af918
branches:  trunk
changeset: 522121:ee18211af918
user:      cbiere <cbiere%pkgsrc.org@localhost>
date:      Sun Dec 03 11:20:12 2006 +0000

description:
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:

 converters/libiconv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d1bfd6fd643c -r ee18211af918 converters/libiconv/Makefile
--- a/converters/libiconv/Makefile      Sun Dec 03 10:34:08 2006 +0000
+++ b/converters/libiconv/Makefile      Sun Dec 03 11:20:12 2006 +0000
@@ -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 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_LANGUAGES+=                c99
+USE_LANGUAGES+=                c99 c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index