diff options
author | taya <taya> | 2001-11-11 11:12:22 +0000 |
---|---|---|
committer | taya <taya> | 2001-11-11 11:12:22 +0000 |
commit | 3681133203e854fd31dd44699dbf6fbd61e01ff7 (patch) | |
tree | a70225482e22f8457d78d912e09e0cb14752db7e /www/galeon | |
parent | 117d52c0900664153824082948139e682f66dabe (diff) | |
download | pkgsrc-3681133203e854fd31dd44699dbf6fbd61e01ff7.tar.gz |
forget to 'cvs add' for previous commit
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/patches/patch-ab | 18 |
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)) + { |