diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-15 21:29:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-15 21:29:13 +0800 |
commit | 26907f939200ea2ddb357eae41dff8226155648b (patch) | |
tree | 3dfe319811c545a1de65fd3c52c9c07da339c81b /x11/yelp/files | |
parent | 001ee50fb8a1b7d2cd819bb5624776ea3a2d166c (diff) | |
download | marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar.gz marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar.bz2 marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar.lz marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar.xz marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.tar.zst marcuscom-ports-26907f939200ea2ddb357eae41dff8226155648b.zip |
Update to 2.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12361 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/files')
-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 000000000..2c4d781ee --- /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> |