pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Add comment to SSE2 under i386.
details: https://anonhg.NetBSD.org/pkgsrc/rev/16bf6993d83c
branches: trunk
changeset: 648695:16bf6993d83c
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Mar 17 03:19:08 2015 +0000
description:
Add comment to SSE2 under i386.
diffstat:
www/firefox/mozilla-common.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 64d50b41f35f -r 16bf6993d83c www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Tue Mar 17 01:17:13 2015 +0000
+++ b/www/firefox/mozilla-common.mk Tue Mar 17 03:19:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.50 2015/03/05 13:29:41 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.51 2015/03/17 03:19:08 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -21,6 +21,7 @@
.if ${MACHINE_ARCH} == "i386"
# Fix for PR pkg/48152.
CPPFLAGS+= -march=i486
+# This is required for SSE2 code under i386.
CPPFLAGS+= -mstackrealign
.endif
Home |
Main Index |
Thread Index |
Old Index