$OpenBSD: patch-widget_gtk2_Makefile_in,v 1.2 2012/09/01 13:56:45 landry Exp $ https://bugzilla.mozilla.org/show_bug.cgi?id=648726 --- widget/gtk2/Makefile.in.orig Wed Aug 15 07:48:37 2012 +++ widget/gtk2/Makefile.in Sun Aug 19 13:50:41 2012 @@ -21,6 +21,11 @@ LIBXUL_LIBRARY = 1 NATIVE_THEME_SUPPORT = 1 +ifeq ($(OS_ARCH),OpenBSD) +ifdef MOZ_SYDNEYAUDIO +EXTRA_DSO_LDOPTS += -lsndio +endif +endif CSRCS = \ mozcontainer.c \