diff options
author | taya <taya@pkgsrc.org> | 2001-11-11 11:12:22 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-11-11 11:12:22 +0000 |
commit | 3372fae033b83c3d55af4b744e3dcb7d0b9aada0 (patch) | |
tree | a70225482e22f8457d78d912e09e0cb14752db7e | |
parent | 0a59c3cd2f5c8eccf8d089f6f7dcd1b0f19ffc16 (diff) | |
download | pkgsrc-3372fae033b83c3d55af4b744e3dcb7d0b9aada0.tar.gz |
forget to 'cvs add' for previous commit
-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)) + { |