pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: GC logic for Darwin 8.x and 9.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40842db7dd5c
branches:  trunk
changeset: 442501:40842db7dd5c
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Nov 25 10:59:57 2020 +0000

description:
firefox: GC logic for Darwin 8.x and 9.x.

Very unrealistic these will be able to build Firefox now.

diffstat:

 www/firefox/mozilla-common.mk |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r aeb4a55005ab -r 40842db7dd5c www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Nov 25 10:35:11 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Nov 25 10:59:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.189 2020/11/17 18:03:00 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.190 2020/11/25 10:59:57 maya Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -129,14 +129,6 @@
 # support is only available when the toolkit is cairo-cocoa.
 CONFIGURE_ARGS.Darwin+=        --disable-sandbox
 
-# See ${WRKSRC}/configure.in: It tries to use MacOS X 10.6 SDK by
-# default, which is not always possible.
-.if !empty(MACHINE_PLATFORM:MDarwin-8.*-*)
-CONFIGURE_ARGS+=       --enable-macos-target=10.4
-.elif !empty(MACHINE_PLATFORM:MDarwin-9.*-*)
-CONFIGURE_ARGS+=       --enable-macos-target=10.5
-.endif
-
 # Makefiles sometimes call "rm -f" without more arguments. Kludge around ...
 .PHONY: create-rm-wrapper
 pre-configure: create-rm-wrapper



Home | Main Index | Thread Index | Old Index