Thunderbird is a free email, news, and chat application with support for add-ons, derived from the Mozilla Firefox web browser.
14 lines
456 B
Text
14 lines
456 B
Text
$NetBSD: patch-toolkit_library_moz.build,v 1.1 2020/09/03 20:22:26 ryoon Exp $
|
|
|
|
--- toolkit/library/moz.build.orig 2020-06-02 14:08:02.000000000 +0000
|
|
+++ toolkit/library/moz.build
|
|
@@ -231,9 +231,6 @@ if CONFIG['MOZ_SYSTEM_LIBVPX']:
|
|
if not CONFIG['MOZ_TREE_PIXMAN']:
|
|
OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']
|
|
|
|
-if CONFIG['MOZ_ALSA']:
|
|
- OS_LIBS += CONFIG['MOZ_ALSA_LIBS']
|
|
-
|
|
if CONFIG['HAVE_CLOCK_MONOTONIC']:
|
|
OS_LIBS += CONFIG['REALTIME_LIBS']
|
|
|