4d98df5567
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html The new plugin sandboxing code is disabled because : - it only supports binary blobs plugins we don't have - it is an horrible maze of #ifdef linux-apple-win32 coming straight from an old version of chromium. Future versions should have better BSD support.. tested by several on ports@, thanks!
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_Makefile_in,v 1.2 2010/06/28 21:24:22 landry Exp $
|
|
--- widget/src/gtk2/Makefile.in.orig Fri Jun 11 22:41:24 2010
|
|
+++ widget/src/gtk2/Makefile.in Thu Jun 24 10:08:45 2010
|
|
@@ -184,6 +184,8 @@ DEFINES += -DUSE_POSTSCRIPT
|
|
EXTRA_DSO_LDOPTS += -lgfxpsshar
|
|
endif
|
|
|
|
+# GTK2 widget sndio backend.
|
|
+EXTRA_DSO_LDOPTS += -lsndio
|
|
|
|
DEFINES +=
|
|
INCLUDES += \
|