pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: use oss on freebsd and dragonflybsd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ede914b615c
branches:  trunk
changeset: 358055:7ede914b615c
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Feb 04 11:14:27 2017 +0000

description:
firefox: use oss on freebsd and dragonflybsd.
no pkgrevision bump because it does not build.

only part of PR pkg/51695 from David Shao.

diffstat:

 www/firefox/options.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 32c920d2e92a -r 7ede914b615c www/firefox/options.mk
--- a/www/firefox/options.mk    Sat Feb 04 11:12:04 2017 +0000
+++ b/www/firefox/options.mk    Sat Feb 04 11:14:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2017/02/04 11:12:04 maya Exp $
+# $NetBSD: options.mk,v 1.35 2017/02/04 11:14:27 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -10,6 +10,10 @@
 PKG_SUGGESTED_OPTIONS+=        alsa mozilla-jemalloc dbus
 .elif ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS+=        alsa dbus
+.elif ${OPSYS} == "FreeBSD"
+PKG_SUGGESTED_OPTIONS+=        oss dbus
+.elif ${OPSYS} == "DragonFly"
+PKG_SUGGESTED_OPTIONS+=        oss dbus
 .else
 PKG_SUGGESTED_OPTIONS+= dbus pulseaudio
 .endif



Home | Main Index | Thread Index | Old Index