openbsd-ports/www/mozilla-firefox/patches/patch-xulrunner_app_Makefile_in
landry 9115e98919 Switch mozilla-firefox to use systemwide nss/nspr, and remove the
corresponding libs from SHARED_LIBS/PLIST. Bump minor and PKGNAME.
Bring in a pair of patches from xulrunner, and add a DIRECTORY variable
as done in xulrunner that is subst'ed in config/autoconf.mk.in.
sthen@ likes.
2010-06-12 15:00:12 +00:00

12 lines
383 B
Plaintext

$OpenBSD: patch-xulrunner_app_Makefile_in,v 1.1 2010/06/12 15:00:12 landry Exp $
--- xulrunner/app/Makefile.in.orig Thu Apr 22 08:57:25 2010
+++ xulrunner/app/Makefile.in Thu Apr 22 08:57:56 2010
@@ -114,6 +114,7 @@ endif
LIBS += \
$(EXTRA_DSO_LIBS) \
$(MOZ_JS_LIBS) \
+ -lsndio \
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \