pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Jun  2 06:13:43 UTC 2020

Modified Files:
        pkgsrc/www/seamonkey: Makefile

Log Message:
www/seamonkey: fix build on NetBSD 8

ERROR: Only GCC 6.1 or newer is supported (found version 5.5.0).

Note that GCC_REQD must be added above any .include lines since otherwise
it is silently ignored.  This needs to be fixed in mk/compiler.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 pkgsrc/www/seamonkey/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/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.212 pkgsrc/www/seamonkey/Makefile:1.213
--- pkgsrc/www/seamonkey/Makefile:1.212 Tue Jun  2 06:11:28 2020
+++ pkgsrc/www/seamonkey/Makefile       Tue Jun  2 06:13:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.212 2020/06/02 06:11:28 rillig Exp $
+# $NetBSD: Makefile,v 1.213 2020/06/02 06:13:43 rillig Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -22,6 +22,8 @@ USE_TOOLS+=   unzip pax
 NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/seamonkey
 NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/seamonkey-bin
 
+GCC_REQD+=     6
+
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 # See mozilla/config/milestone.txt



Home | Main Index | Thread Index | Old Index