pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/patchelf patchelf: set GCC_REQD to 7 for std::op...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c432c4923165
branches: trunk
changeset: 383308:c432c4923165
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 17 16:14:01 2022 +0000
description:
patchelf: set GCC_REQD to 7 for std::optional
diffstat:
devel/patchelf/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3a151a24a0fb -r c432c4923165 devel/patchelf/Makefile
--- a/devel/patchelf/Makefile Wed Aug 17 15:45:23 2022 +0000
+++ b/devel/patchelf/Makefile Wed Aug 17 16:14:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/07/21 17:44:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.10 2022/08/17 16:14:01 wiz Exp $
DISTNAME= patchelf-0.15.0
CATEGORIES= devel
@@ -13,5 +13,7 @@
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++17
+# std::optional
+GCC_REQD= 7
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index