summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authortaya <taya>2001-11-11 11:12:22 +0000
committertaya <taya>2001-11-11 11:12:22 +0000
commit81d173345a622fd8212641b690669faed555e684 (patch)
treea70225482e22f8457d78d912e09e0cb14752db7e /www/galeon
parentaff3e6cf157790afcb334ee83282a89387cffd38 (diff)
downloadpkgsrc-81d173345a622fd8212641b690669faed555e684.tar.gz
forget to 'cvs add' for previous commit
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/galeon/patches/patch-ab b/www/galeon/patches/patch-ab
new file mode 100644
index 00000000000..c3e781d3378
--- /dev/null
+++ b/www/galeon/patches/patch-ab
@@ -0,0 +1,18 @@
+$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))
+ {