ae52bc8089
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
13 lines
336 B
C++
13 lines
336 B
C++
--- src/yelp-gecko-utils.cpp.orig 2009-03-29 23:21:59.000000000 -0400
|
|
+++ src/yelp-gecko-utils.cpp 2009-03-29 23:25:48.000000000 -0400
|
|
@@ -28,8 +28,10 @@
|
|
#include <nsStringAPI.h>
|
|
|
|
#ifdef HAVE_GECKO_1_9
|
|
+#ifdef XPCOM_GLUE
|
|
#include <gtkmozembed_glue.cpp>
|
|
#endif
|
|
+#endif
|
|
|
|
#include <gtkmozembed.h>
|
|
#include <gtkmozembed_internal.h>
|