summaryrefslogtreecommitdiff
path: root/www/galeon/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon/patches/patch-ab')
-rw-r--r--www/galeon/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/galeon/patches/patch-ab b/www/galeon/patches/patch-ab
deleted file mode 100644
index c3e781d3378..00000000000
--- a/www/galeon/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2001/11/11 11:12:22 taya Exp $
-
-diff -ru ../Orig/galeon-0.12.1/src/mozilla/MyportalProtocolHandler.cpp ./src/mozilla/MyportalProtocolHandler.cpp
---- ../Orig/galeon-0.12.1/src/mozilla/MyportalProtocolHandler.cpp Sat Sep 15 03:20:27 2001
-+++ ./src/mozilla/MyportalProtocolHandler.cpp Tue Sep 18 01:14:08 2001
-@@ -143,9 +143,9 @@
- nsresult rv = NS_OK;
- nsCOMPtr <nsIURI> newUri;
-
-- rv = nsComponentManager::CreateInstance(kSimpleURICID, NULL,
-- NS_GET_IID(nsIURI),
-- getter_AddRefs(newUri));
-+ rv = nsComponentManager::CreateInstance(kSimpleURICID, (nsISupports *)NULL,
-+ (const nsIID &)NS_GET_IID(nsIURI),
-+ (void **)getter_AddRefs(newUri));
-
- if (NS_SUCCEEDED(rv))
- {