aboutsummaryrefslogtreecommitdiff
path: root/java/jdk13
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-08-31 19:52:25 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-08-31 19:52:25 +0000
commitc00804a6d726ec5e15c9b488f87f6ce497248736 (patch)
tree9735622e42efee5fc87505cdc53bf63322c6d458 /java/jdk13
parentab72c089d2deff7225ac77337be7fbadb7d859ba (diff)
downloadports-c00804a6d726ec5e15c9b488f87f6ce497248736.tar.gz
ports-c00804a6d726ec5e15c9b488f87f6ce497248736.zip
. Fix the plugin build for gcc 3.4.
Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
Notes
Notes: svn path=/head/; revision=117760
Diffstat (limited to 'java/jdk13')
-rw-r--r--java/jdk13/files/patch-nsCOMPtr.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-nsCOMPtr.h b/java/jdk13/files/patch-nsCOMPtr.h
new file mode 100644
index 000000000000..8c629a684e2a
--- /dev/null
+++ b/java/jdk13/files/patch-nsCOMPtr.h
@@ -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: