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: wiz
Date: Wed Jul 20 22:09:56 UTC 2022
Modified Files:
pkgsrc/www/firefox: options.mk
Log Message:
firefox: pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/firefox/options.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/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.67 pkgsrc/www/firefox/options.mk:1.68
--- pkgsrc/www/firefox/options.mk:1.67 Sun Jul 17 17:37:11 2022
+++ pkgsrc/www/firefox/options.mk Wed Jul 20 22:09:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.67 2022/07/17 17:37:11 tnn Exp $
+# $NetBSD: options.mk,v 1.68 2022/07/20 22:09:56 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -17,7 +17,7 @@ PKG_SUGGESTED_OPTIONS+= pulseaudio mozil
PKG_SUGGESTED_OPTIONS+= sunaudio
.endif
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 && (!empty(MACHINE_ARCH:Mx86_64) || !empty(MACHINE_ARCH:Mi386))
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 && (${MACHINE_ARCH} == x86_64 || ${MACHINE_ARCH} == i386)
PKG_SUGGESTED_OPTIONS+= webrtc
.endif
Home |
Main Index |
Thread Index |
Old Index