pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/exempi exempi: Specify C++03, not C++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76c7099aba06
branches:  trunk
changeset: 374914:76c7099aba06
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 31 13:12:46 2018 +0000

description:
exempi: Specify C++03, not C++11 clean.

diffstat:

 devel/exempi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc83faaa21f4 -r 76c7099aba06 devel/exempi/Makefile
--- a/devel/exempi/Makefile     Wed Jan 31 12:55:29 2018 +0000
+++ b/devel/exempi/Makefile     Wed Jan 31 13:12:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/01/01 21:18:20 adam Exp $
+# $NetBSD: Makefile,v 1.30 2018/01/31 13:12:46 jperkin Exp $
 
 DISTNAME=      exempi-2.3.0
 PKGREVISION=   5
@@ -15,7 +15,7 @@
 CONFIGURE_ENV+=        ac_cv_tls=none
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 
 CONFIGURE_ARGS+=       LIBS=${BUILDLINK_LDADD.iconv:Q}
 



Home | Main Index | Thread Index | Old Index