openbsd-ports/www/firefox36/patches/patch-toolkit_library_Makefile_in
landry 17b63192b8 Resurrect www/firefox36 from the Attic, installing 3.6.16 in
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs
firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64.
Not yet linked to the build.
2011-03-26 10:58:36 +00:00

17 lines
559 B
Plaintext

$OpenBSD: patch-toolkit_library_Makefile_in,v 1.3 2011/03/26 10:58:36 landry Exp $
--- toolkit/library/Makefile.in.orig Fri Feb 18 19:33:39 2011
+++ toolkit/library/Makefile.in Wed Mar 2 10:31:04 2011
@@ -286,6 +286,12 @@ ifdef MOZ_ENABLE_QT
EXTRA_DSO_LDOPTS += $(MOZ_QT_LDFLAGS)
endif
+# GTK2 widget and Sydney audio sndio backends.
+EXTRA_DSO_LDOPTS += -lsndio
+
+# Needed by nsAuthGSSAPI
+EXTRA_DSO_LDOPTS += -lkrb5 -lcrypto
+
ifdef MOZ_JAVAXPCOM
dlldeps-javaxpcom.cpp: $(topsrcdir)/extensions/java/xpcom/src/dlldeps-javaxpcom.cpp
$(INSTALL) $^ .