summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2001-07-24 01:08:11 +0000
committertaya <taya@pkgsrc.org>2001-07-24 01:08:11 +0000
commit2ffa783138170ec257e98c68714d6058f6302b5d (patch)
tree30103c0fd2151d3babfa13878831f597253b0c2e
parent3fcf7ff964e597546ca065bc0f1c12a56f9255cd (diff)
downloadpkgsrc-2ffa783138170ec257e98c68714d6058f6302b5d.tar.gz
add patch-ab(forget to add previous commit)
-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..a39dc1411ab
--- /dev/null
+++ b/www/galeon/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2001/07/24 01:08:11 taya Exp $
+
+diff -ru ../Orig/galeon-0.11.2/src/MyportalProtocolHandler.cpp ./src/MyportalProtocolHandler.cpp
+--- ../Orig/galeon-0.11.2/src/MyportalProtocolHandler.cpp Sun Jul 22 17:55:44 2001
++++ ./src/MyportalProtocolHandler.cpp Tue Jul 24 02:32:20 2001
+@@ -125,9 +125,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))
+ {