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:   fcambus
Date:           Sun Apr 30 10:48:23 UTC 2023

Modified Files:
        pkgsrc/devel/patchelf: Makefile

Log Message:
patchelf: bump GCC_REQD to 8, this fixes the build on NetBSD 9.

Pointed out by wiz@, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/patchelf/Makefile:1.16
--- pkgsrc/devel/patchelf/Makefile:1.15 Tue Apr 25 13:51:49 2023
+++ pkgsrc/devel/patchelf/Makefile      Sun Apr 30 10:48:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/04/25 13:51:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2023/04/30 10:48:23 fcambus Exp $
 
 DISTNAME=      patchelf-0.18.0
 CATEGORIES=    devel
@@ -14,6 +14,6 @@ LICENSE=      gnu-gpl-v3
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++17
 # std::optional
-GCC_REQD+=     7
+GCC_REQD+=     8
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index