pkgsrc/www/seamonkey/patches/patch-mail_app_Makefile.in
ryoon bafbbd1c17 Update to 2.46
Changelog:
What's New in SeaMonkey 2.46

SeaMonkey 2.46 contains (among other changes) the following major changes relative to SeaMonkey 2.40:
SeaMonkey-specific changes

    HTML5 fullscreen video (e.g. on YouTube) now works fine.
2017-01-01 16:14:07 +00:00

15 lines
364 B
Text

$NetBSD: patch-mail_app_Makefile.in,v 1.10 2017/01/01 16:14:07 ryoon Exp $
--- mail/app/Makefile.in.orig 2016-12-14 01:58:01.000000000 +0000
+++ mail/app/Makefile.in
@@ -13,6 +13,10 @@ DEFINES += \
# Build a binary bootstrapping with XRE_main
+ifeq ($(OS_ARCH),NetBSD)
+LIBS += -lossaudio
+endif
+
ifndef MOZ_WINCONSOLE
ifdef MOZ_DEBUG
MOZ_WINCONSOLE = 1