pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/patchelf
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 17 16:14:02 UTC 2022
Modified Files:
pkgsrc/devel/patchelf: Makefile
Log Message:
patchelf: set GCC_REQD to 7 for std::optional
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/patchelf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/patchelf/Makefile
diff -u pkgsrc/devel/patchelf/Makefile:1.9 pkgsrc/devel/patchelf/Makefile:1.10
--- pkgsrc/devel/patchelf/Makefile:1.9 Thu Jul 21 17:44:20 2022
+++ pkgsrc/devel/patchelf/Makefile Wed Aug 17 16:14:01 2022
@@ -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 @@ LICENSE= gnu-gpl-v3
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