pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/bmpx



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Sep 25 20:23:15 UTC 2016

Modified Files:
        pkgsrc/audio/bmpx: Makefile

Log Message:
bmpx requires C++11 unconditionally, not just for Clang

While there add GCC_REQD+=4.8 as it was the first branch to support major
subset of C++11. Build tested with GCC-5.4.0 on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/audio/bmpx/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/bmpx/Makefile
diff -u pkgsrc/audio/bmpx/Makefile:1.79 pkgsrc/audio/bmpx/Makefile:1.80
--- pkgsrc/audio/bmpx/Makefile:1.79     Wed Aug  3 10:22:27 2016
+++ pkgsrc/audio/bmpx/Makefile  Sun Sep 25 20:23:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2016/08/03 10:22:27 adam Exp $
+# $NetBSD: Makefile,v 1.80 2016/09/25 20:23:15 kamil Exp $
 
 DISTNAME=      bmpx-0.40.14
 PKGREVISION=   53
@@ -22,10 +22,8 @@ CHECK_WRKREF_SKIP=   bin/beep-media-player
 CHECK_WRKREF_SKIP+=    bin/bmp2
 CHECK_WRKREF_SKIP+=    libexec/beep-media-player-2-bin
 
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
+GCC_REQD+=     4.8
 CXXFLAGS+=     -std=c++11
-.endif
 
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index