diff options
Diffstat (limited to 'x11/yelp/files')
-rw-r--r-- | x11/yelp/files/patch-data_man.xml.in | 12 | ||||
-rw-r--r-- | x11/yelp/files/patch-src_yelp-gecko-utils.cpp | 13 |
2 files changed, 13 insertions, 12 deletions
diff --git a/x11/yelp/files/patch-data_man.xml.in b/x11/yelp/files/patch-data_man.xml.in deleted file mode 100644 index 06670069c9e2..000000000000 --- a/x11/yelp/files/patch-data_man.xml.in +++ /dev/null @@ -1,12 +0,0 @@ ---- data/man.xml.in.orig Tue Dec 6 17:03:27 2005 -+++ data/man.xml.in Tue Dec 6 17:05:52 2005 -@@ -39,6 +39,9 @@ - <toc id="Man-man9" sect="9"> - <_title>Kernel Routines</_title> - </toc> -+ <toc id="Man-mann" sect="n"> -+ <_title>Tcl/Tk Functions</_title> -+ </toc> - </toc> - - <toc id="Man-man4" sect="4"> 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> |