pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/palemoon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 12:00:52 UTC 2025

Modified Files:
        pkgsrc/www/palemoon: Makefile

Log Message:
palemoon: requires gcc 9.1+

"ERROR: Only GCC 9.1 or newer is supported (found version 7.5.0)."


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/palemoon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/palemoon/Makefile
diff -u pkgsrc/www/palemoon/Makefile:1.30 pkgsrc/www/palemoon/Makefile:1.31
--- pkgsrc/www/palemoon/Makefile:1.30   Thu Apr 24 14:16:05 2025
+++ pkgsrc/www/palemoon/Makefile        Fri Apr 25 12:00:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2025/04/24 14:16:05 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/04/25 12:00:52 wiz Exp $
 # for build instructions see
 # https://developer.palemoon.org/build/linux/
 
@@ -33,6 +33,7 @@ HAS_CONFIGURE=        yes
 USE_LANGUAGES= c c++
 
 USE_CXX_FEATURES+=     c++17
+GCC_REQD+=             9.1
 
 WRKSRC=                ${WRKDIR}/pale-moon
 



Home | Main Index | Thread Index | Old Index