pkgsrc/mail/thunderbird68/patches/patch-old-configure.in
ryoon 4aea1c42a6 mail/thunderbird68: import thunderbird68-68.12.0
Thunderbird is a free email, news, and chat application with support for
add-ons, derived from the Mozilla Firefox web browser.
2020-09-03 20:22:25 +00:00

24 lines
681 B
Text

$NetBSD: patch-old-configure.in,v 1.1 2020/09/03 20:22:26 ryoon Exp $
--- old-configure.in.orig 2020-06-02 14:07:57.000000000 +0000
+++ old-configure.in
@@ -1987,6 +1987,19 @@ MOZ_WEBM_ENCODER=1
AC_DEFINE(MOZ_WEBM_ENCODER)
AC_SUBST(MOZ_WEBM_ENCODER)
+dnl ==================================
+dnl = Check sunaudio availability
+dnl ==================================
+
+dnl If using Solaris or NetBSD, ensure that sunaudio is available
+case "$OS_TARGET" in
+SunOS|NetBSD)
+ MOZ_SUNAUDIO=1
+ ;;
+esac
+
+AC_SUBST(MOZ_SUNAUDIO)
+
dnl ========================================================
dnl NegotiateAuth
dnl ========================================================