diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-09-29 02:01:54 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-09-29 02:01:54 +0800 |
commit | f326dc38ef7e2a14686b9381a381f81e6af2ff68 (patch) | |
tree | ce310383ffe9630723d3cbd7e4b57aa5e7ade031 /misc/xiphos/files | |
parent | 9ff98d76ab1da78d9bb84440288f3048f7b780a5 (diff) | |
download | freebsd-ports-gnome-f326dc38ef7e2a14686b9381a381f81e6af2ff68.tar.gz freebsd-ports-gnome-f326dc38ef7e2a14686b9381a381f81e6af2ff68.tar.zst freebsd-ports-gnome-f326dc38ef7e2a14686b9381a381f81e6af2ff68.zip |
- Switch to libxul
- Bump PORTREVISION
Requested by: gecko@ via beat
Feature safe: yes
Diffstat (limited to 'misc/xiphos/files')
-rw-r--r-- | misc/xiphos/files/patch-src__gecko__gecko-utils.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-src__gecko__gecko-utils.cpp b/misc/xiphos/files/patch-src__gecko__gecko-utils.cpp new file mode 100644 index 000000000000..31e4f3216306 --- /dev/null +++ b/misc/xiphos/files/patch-src__gecko__gecko-utils.cpp @@ -0,0 +1,13 @@ +--- ./src/gecko/gecko-utils.cpp.orig 2009-08-09 18:52:26.000000000 -0400 ++++ ./src/gecko/gecko-utils.cpp 2009-09-28 13:36:48.000000000 -0400 +@@ -38,10 +38,6 @@ + # undef NS_EXPORT_ + #endif + +-#ifdef HAVE_GECKO_1_9 +-#include <gtkmozembed_glue.cpp> +-#endif +- + #include <gtkmozembed.h> + #include <gtkmozembed_internal.h> + #include <nsCOMPtr.h> |