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:   maya
Date:           Wed Nov 25 10:59:58 UTC 2020

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

Log Message:
firefox: GC logic for Darwin 8.x and 9.x.

Very unrealistic these will be able to build Firefox now.


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 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.189 pkgsrc/www/firefox/mozilla-common.mk:1.190
--- pkgsrc/www/firefox/mozilla-common.mk:1.189  Tue Nov 17 18:03:00 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Nov 25 10:59:57 2020
@@ -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 @@ PLIST.ffvpx=       yes     # see media/ffvpx/ffvpx
 # 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