From ccb48c6b8dfdefe8535de2a5637f6cb4a4ae9e29 Mon Sep 17 00:00:00 2001 From: dcoppa Date: Wed, 2 Jun 2010 19:07:43 +0000 Subject: [PATCH] Add missing -lsndio. OK landry@ --- devel/xulrunner/1.9/Makefile | 4 ++-- .../1.9/patches/patch-toolkit_library_Makefile_in | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 devel/xulrunner/1.9/patches/patch-toolkit_library_Makefile_in diff --git a/devel/xulrunner/1.9/Makefile b/devel/xulrunner/1.9/Makefile index f60e4b17627..07f877195fe 100644 --- a/devel/xulrunner/1.9/Makefile +++ b/devel/xulrunner/1.9/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2010/04/27 16:08:21 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2010/06/02 19:07:43 dcoppa Exp $ ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 VERSION= 1.9.1.7 -PATCHLEVEL= p0 +PATCHLEVEL= p1 DIRECTORY= xulrunner1.9 DISTNAME= mozilla-1.9.1 DISTFILES= xulrunner-${VERSION}.source.tar.bz2 diff --git a/devel/xulrunner/1.9/patches/patch-toolkit_library_Makefile_in b/devel/xulrunner/1.9/patches/patch-toolkit_library_Makefile_in new file mode 100644 index 00000000000..65ee0b13c09 --- /dev/null +++ b/devel/xulrunner/1.9/patches/patch-toolkit_library_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-toolkit_library_Makefile_in,v 1.1 2010/06/02 19:07:43 dcoppa Exp $ +--- toolkit/library/Makefile.in.orig Fri May 28 12:40:01 2010 ++++ toolkit/library/Makefile.in Fri May 28 12:32:22 2010 +@@ -181,7 +181,7 @@ include $(topsrcdir)/config/rules.mk + export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) + $(INSTALL) $^ . + +-EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) ++EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lsndio + + ifdef MOZ_ENABLE_LIBXUL + include $(srcdir)/libxul-rules.mk