Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey www/seamonkey: fix build on NetBSD 8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e424ab779683
branches:  trunk
changeset: 433398:e424ab779683
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jun 02 06:13:43 2020 +0000

description:
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.

diffstat:

 www/seamonkey/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 044f34e5786c -r e424ab779683 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Tue Jun 02 06:11:28 2020 +0000
+++ b/www/seamonkey/Makefile    Tue Jun 02 06:13:43 2020 +0000
@@ -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 @@
 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