diff options
author | taya <taya> | 2001-07-24 01:08:11 +0000 |
---|---|---|
committer | taya <taya> | 2001-07-24 01:08:11 +0000 |
commit | 7b46869b037b22d7862ed07c6fa11a7a056ca774 (patch) | |
tree | 30103c0fd2151d3babfa13878831f597253b0c2e /www/galeon | |
parent | d9ee7f7fb18db03d5c0ad6f6e8208ffb48be2f90 (diff) | |
download | pkgsrc-7b46869b037b22d7862ed07c6fa11a7a056ca774.tar.gz |
add patch-ab(forget to add 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..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)) + { |