mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
. Fix the plugin build for gcc 3.4.
Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
This commit is contained in:
parent
ab72c089d2
commit
c00804a6d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117760
1 changed files with 22 additions and 0 deletions
22
java/jdk13/files/patch-nsCOMPtr.h
Normal file
22
java/jdk13/files/patch-nsCOMPtr.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- ../ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h 11 Jul 2001 21:45:15 -0000 1.1.1.1
|
||||
+++ ../ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h 30 Aug 2004 06:21:43 -0000
|
||||
@@ -600,7 +600,7 @@
|
||||
Specializing |nsCOMPtr| for |nsISupports| allows us to
|
||||
*/
|
||||
|
||||
-// template <>
|
||||
+template <>
|
||||
class nsCOMPtr<nsISupports>
|
||||
: private nsCOMPtr_base
|
||||
{
|
||||
@@ -843,7 +843,7 @@
|
||||
};
|
||||
|
||||
|
||||
-// template <>
|
||||
+template <>
|
||||
class nsGetterAddRefs<nsISupports>
|
||||
{
|
||||
public:
|
Loading…
Add table
Reference in a new issue