Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit. This package provides Thunderbird 60 ESR.
12 lines
416 B
Text
12 lines
416 B
Text
$NetBSD: patch-media_libcubeb_gtest_moz.build,v 1.1 2019/09/21 11:23:28 ryoon Exp $
|
|
|
|
--- media/libcubeb/gtest/moz.build.orig 2018-12-04 23:11:52.000000000 +0000
|
|
+++ media/libcubeb/gtest/moz.build
|
|
@@ -72,7 +72,6 @@ elif CONFIG['OS_TARGET'] == 'OpenBSD':
|
|
'sndio',
|
|
]
|
|
else:
|
|
- OS_LIBS += CONFIG['MOZ_ALSA_LIBS']
|
|
OS_LIBS += CONFIG['MOZ_PULSEAUDIO_LIBS']
|
|
|
|
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|