diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /x11/yelp/files/patch-src_yelp-gecko-utils.cpp | |
parent | - Update to 0.6.3 (diff) |
Presenting GNOME 2.26 for FreeBSD. See
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.
Notes
Notes:
svn path=/head/; revision=231972
Diffstat (limited to 'x11/yelp/files/patch-src_yelp-gecko-utils.cpp')
-rw-r--r-- | x11/yelp/files/patch-src_yelp-gecko-utils.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp new file mode 100644 index 000000000000..2c4d781ee470 --- /dev/null +++ b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp @@ -0,0 +1,13 @@ +--- 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> |