diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-08 04:48:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-08 04:48:29 +0800 |
commit | 347e64114bc0273de27eb043bf6232518f41541d (patch) | |
tree | a404c5cf38f18923338a5d01a5acfb0d2c2959d6 /x11/yelp | |
parent | 2e81366d771e1a1590a908d58880b2c80aab0b1b (diff) | |
download | marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar.gz marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar.bz2 marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar.lz marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar.xz marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.tar.zst marcuscom-ports-347e64114bc0273de27eb043bf6232518f41541d.zip |
Fix the build with the new libxul.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13379 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/files/patch-src_yelp-gecko-utils.cpp | 12 |
1 files changed, 12 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..07c7f5715 --- /dev/null +++ b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp @@ -0,0 +1,12 @@ +--- src/yelp-gecko-utils.cpp.orig 2010-01-07 15:44:16.000000000 -0500 ++++ src/yelp-gecko-utils.cpp 2010-01-07 15:46:48.000000000 -0500 +@@ -28,7 +28,9 @@ + #include <nsStringAPI.h> + + #ifdef HAVE_GECKO_1_9 ++#define XPCOM_GLUE 1 + #include <gtkmozembed_glue.cpp> ++#undef XPCOM_GLUE + #endif + + #include <gtkmozembed.h> |