$OpenBSD: patch-widget_src_gtk2_Makefile_in,v 1.4 2011/04/09 11:05:06 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
--- widget/src/gtk2/Makefile.in.orig	Sat Mar 19 00:34:13 2011
+++ widget/src/gtk2/Makefile.in	Sat Apr  9 10:49:11 2011
@@ -53,6 +53,11 @@ LIBXUL_LIBRARY = 1
 NATIVE_THEME_SUPPORT = 1
 
 
+ifeq ($(OS_ARCH),OpenBSD)
+ifdef MOZ_SYDNEYAUDIO
+EXTRA_DSO_LDOPTS += -lsndio
+endif
+endif
 
 CSRCS		= \
 		mozcontainer.c \
