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: ryoon
Date: Sat Feb 10 12:44:05 UTC 2024
Modified Files:
pkgsrc/www/seamonkey: mozilla-common.mk
Log Message:
www/seamonkey: CFLAGS are added to CXXFLAGS automatically
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/seamonkey/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/seamonkey/mozilla-common.mk
diff -u pkgsrc/www/seamonkey/mozilla-common.mk:1.22 pkgsrc/www/seamonkey/mozilla-common.mk:1.23
--- pkgsrc/www/seamonkey/mozilla-common.mk:1.22 Fri Dec 29 17:24:13 2023
+++ pkgsrc/www/seamonkey/mozilla-common.mk Sat Feb 10 12:44:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.22 2023/12/29 17:24:13 he Exp $
+# $NetBSD: mozilla-common.mk,v 1.23 2024/02/10 12:44:05 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -65,7 +65,6 @@ USE_TOOLS+= bsdtar
.endif
.if ${MACHINE_ARCH} == "i386"
# This is required for SSE2 code under i386.
-CXXFLAGS+= -mstackrealign
CFLAGS+= -mstackrealign
.endif
# As of 2.53.16, packed_simd_2 is for Rust nightly only.
Home |
Main Index |
Thread Index |
Old Index