aboutsummaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp')
-rw-r--r--www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp b/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp
deleted file mode 100644
index b6653f953405..000000000000
--- a/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-
-$FreeBSD$
-
---- src/mozilla/ExternalProtocolService.cpp.orig Sat May 18 02:03:19 2002
-+++ src/mozilla/ExternalProtocolService.cpp Fri May 24 16:56:19 2002
-@@ -16,7 +16,14 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-+#include "config.h"
-+
-+#ifdef HAVE_MALLOC_H
- #include <malloc.h>
-+#endif
-+#ifdef HAVE_STDLIB_H
-+#include <stdlib.h>
-+#endif
- #include <gtk/gtk.h>
-
- #include "ExternalProtocolService.h"