summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaya <taya>2001-07-24 01:08:11 +0000
committertaya <taya>2001-07-24 01:08:11 +0000
commit102263cb5114ed522adf2d5e9f1fc3b6129bcb35 (patch)
tree30103c0fd2151d3babfa13878831f597253b0c2e /www
parentcafebf129e2d412e3ce96e115faffb43b51c4d0b (diff)
downloadpkgsrc-102263cb5114ed522adf2d5e9f1fc3b6129bcb35.tar.gz
add patch-ab(forget to add previous commit)
Diffstat (limited to 'www')
-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))
+ {