pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/p7zip
Module Name: pkgsrc
Committed By: kamil
Date: Wed Mar 21 18:47:02 UTC 2018
Modified Files:
pkgsrc/archivers/p7zip: Makefile
Log Message:
p7zip: Enforce C++03
Clang 7svn defaults to C++11 and this code is not building with it.
This switch fixes the build.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/archivers/p7zip/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/p7zip/Makefile
diff -u pkgsrc/archivers/p7zip/Makefile:1.64 pkgsrc/archivers/p7zip/Makefile:1.65
--- pkgsrc/archivers/p7zip/Makefile:1.64 Wed Nov 30 14:29:09 2016
+++ pkgsrc/archivers/p7zip/Makefile Wed Mar 21 18:47:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/11/30 14:29:09 sevan Exp $
+# $NetBSD: Makefile,v 1.65 2018/03/21 18:47:02 kamil Exp $
DISTNAME= p7zip_16.02_src_all
PKGNAME= ${DISTNAME:S/_src_all//S/_/-/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://p7zip.sourceforge.net/
COMMENT= File archiver with high compression
LICENSE= gnu-lgpl-v2.1 AND unrar-license
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03 # c++11 breaks on Clang 7svn
USE_TOOLS+= gmake
MAKE_FILE= makefile
MAKE_JOBS_SAFE= no # missing header when compiling sfx
Home |
Main Index |
Thread Index |
Old Index