openbsd-ports/www/seamonkey/patches/patch-mozilla_widget_gtk2_Makefile_in
landry 32774b098d Update to seamonkey 2.10.
See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details
- Update lightning to 1.5b1 and enigmail to 1.4.2
- add the rpath hack to workaround #668869
- dont make packaging warnings errors (#763181)
2012-06-11 15:38:33 +00:00

16 lines
409 B
Plaintext

$OpenBSD: patch-mozilla_widget_gtk2_Makefile_in,v 1.2 2012/06/11 15:38:33 landry Exp $
--- mozilla/widget/gtk2/Makefile.in.orig Sat Apr 21 00:40:26 2012
+++ mozilla/widget/gtk2/Makefile.in Wed Apr 25 17:50:16 2012
@@ -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 \