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: wiz
Date: Fri Jul 24 11:31:02 UTC 2020
Modified Files:
pkgsrc/www/firefox: Makefile
Log Message:
firefox: remove -fexperimental-new-pass-manager from compiler flags
Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 pkgsrc/www/firefox/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/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.439 pkgsrc/www/firefox/Makefile:1.440
--- pkgsrc/www/firefox/Makefile:1.439 Wed Jul 15 19:51:18 2020
+++ pkgsrc/www/firefox/Makefile Fri Jul 24 11:31:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.439 2020/07/15 19:51:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.440 2020/07/24 11:31:01 wiz Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 78.0
@@ -46,6 +46,9 @@ BUILDLINK_TRANSFORM.SunOS+= rm:-fdata-se
BUILDLINK_TRANSFORM.SunOS+= rm:-ffunction-sections
BUILDLINK_TRANSFORM.SunOS+= rm:-pie
+# Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366
+BUILDLINK_TRANSFORM.NetBSD+= rm:-fexperimental-new-pass-manager
+
SUBST_CLASSES+= dfly_malloc_h
SUBST_STAGE.dfly_malloc_h= pre-configure
SUBST_MESSAGE.dfly_malloc_h= Dont include malloc.h on dragonflybsd
Home |
Main Index |
Thread Index |
Old Index