1090f160fd
Builds and runs on amd64 and i386, needs work elsewhere. From martynas@ for 3.6; slightly updated by yours truly.
14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
$OpenBSD: patch-toolkit_library_Makefile_in,v 1.1.1.1 2010/03/29 20:44:14 naddy Exp $
|
|
--- toolkit/library/Makefile.in.orig Tue Mar 16 10:57:18 2010
|
|
+++ toolkit/library/Makefile.in Sat Mar 27 01:54:28 2010
|
|
@@ -282,6 +282,9 @@ ifdef MOZ_ENABLE_QT
|
|
EXTRA_DSO_LDOPTS += $(MOZ_QT_LDFLAGS)
|
|
endif
|
|
|
|
+# GTK2 widget and Sydney audio sndio backends.
|
|
+EXTRA_DSO_LDOPTS += -lsndio
|
|
+
|
|
ifdef MOZ_JAVAXPCOM
|
|
dlldeps-javaxpcom.cpp: $(topsrcdir)/extensions/java/xpcom/src/dlldeps-javaxpcom.cpp
|
|
$(INSTALL) $^ .
|