pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsidplay



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb  5 16:10:26 UTC 2018

Modified Files:
        pkgsrc/audio/libsidplay: Makefile

Log Message:
libsidplay: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/libsidplay/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libsidplay/Makefile
diff -u pkgsrc/audio/libsidplay/Makefile:1.27 pkgsrc/audio/libsidplay/Makefile:1.28
--- pkgsrc/audio/libsidplay/Makefile:1.27       Wed Aug 16 20:21:03 2017
+++ pkgsrc/audio/libsidplay/Makefile    Mon Feb  5 16:10:25 2018
@@ -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"



Home | Main Index | Thread Index | Old Index