diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-05 16:10:25 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-05 16:10:25 +0000 |
commit | ac5f2e978d68e530c628afe080695f1537669773 (patch) | |
tree | 40776a08b279e4b3e2427d24d7e93a352b88171e /audio/libsidplay | |
parent | 0b5842d0e39360a02230319b8a73bc3cee0f007b (diff) | |
download | pkgsrc-ac5f2e978d68e530c628afe080695f1537669773.tar.gz |
libsidplay: Specify C++03, not C++11 clean.
Diffstat (limited to 'audio/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index a30c996ad76..de68361f12b 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -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 @@ CONFLICTS= sidplay-1.36.* GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 .include "../../mk/bsd.pkg.mk" |