pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsidplay libsidplay: Specify C++03, not C++11 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7269e3c2136d
branches:  trunk
changeset: 375196:7269e3c2136d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Feb 05 16:10:25 2018 +0000

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

diffstat:

 audio/libsidplay/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 88b969603c1d -r 7269e3c2136d audio/libsidplay/Makefile
--- a/audio/libsidplay/Makefile Mon Feb 05 16:09:52 2018 +0000
+++ b/audio/libsidplay/Makefile Mon Feb 05 16:10:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/08/16 20:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/02/05 16:10:25 jperkin Exp $
 #
 
 DISTNAME=      libsidplay-1.36.59
@@ -17,6 +17,6 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index