pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox52
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 16:37:24 UTC 2020
Modified Files:
pkgsrc/www/firefox52: mozilla-common.mk
Log Message:
www/firefox52: remove no-op SUBST block
The file does not contain python (in lowercase), only PYTHON.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox52/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/firefox52/mozilla-common.mk
diff -u pkgsrc/www/firefox52/mozilla-common.mk:1.5 pkgsrc/www/firefox52/mozilla-common.mk:1.6
--- pkgsrc/www/firefox52/mozilla-common.mk:1.5 Sat Nov 9 20:01:14 2019
+++ pkgsrc/www/firefox52/mozilla-common.mk Sat Apr 25 16:37:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.5 2019/11/09 20:01:14 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.6 2020/04/25 16:37:24 rillig Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -94,12 +94,6 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js
CONFIGURE_ENV+= CPP=${CPP}
-SUBST_CLASSES+= python
-SUBST_STAGE.python= pre-configure
-SUBST_MESSAGE.python= Fixing path to python.
-SUBST_FILES.python+= media/webrtc/trunk/build/common.gypi
-SUBST_SED.python+= -e 's,<!(python,<!(${PYTHONBIN},'
-
# Build outside ${WRKSRC}
# Try to avoid conflict with config/makefiles/xpidl/Makefile.in
OBJDIR= ../build
Home |
Main Index |
Thread Index |
Old Index