pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Sep 21 10:11:19 UTC 2018

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: GCC_REQD should be appended to, not set.

Allows mozilla packages to build with newer GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/www/firefox/mozilla-common.mk

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

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.115 pkgsrc/www/firefox/mozilla-common.mk:1.116
--- pkgsrc/www/firefox/mozilla-common.mk:1.115  Sun Sep 16 09:11:54 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Sep 21 10:11:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.115 2018/09/16 09:11:54 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.116 2018/09/21 10:11:19 jperkin Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -48,7 +48,7 @@ test:
 TOOLS_PLATFORM.tar=    ${TOOLS_PATH.bsdtar}
 USE_TOOLS+=            bsdtar
 .endif
-GCC_REQD=              6.1
+GCC_REQD+=             6.1
 .if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \
        !empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*)
 USE_PKGSRC_GCC_RUNTIME=        yes



Home | Main Index | Thread Index | Old Index