diff options
author | pav <pav@FreeBSD.org> | 2004-07-31 15:16:58 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-31 15:16:58 +0000 |
commit | 51fe6cbfadda3b3cd856d97b4a01ad654c97c7fa (patch) | |
tree | b490f1cfa5865e7f0ddef5edb631b9b674566ece /mail/thunderbird-esr | |
parent | ae22e65c165f8bd008effa4daf69c4fa551b9e4d (diff) | |
download | FreeBSD-ports-51fe6cbfadda3b3cd856d97b4a01ad654c97c7fa.zip FreeBSD-ports-51fe6cbfadda3b3cd856d97b4a01ad654c97c7fa.tar.gz |
- Fix build with gcc-3.4
PR: ports/69833
Submitted by: Jake Hamby <jhamby@anobject.com>
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/files/patch-xpinstall-src-nsSoftwareUpdate.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-xpinstall-src-nsSoftwareUpdate.cpp b/mail/thunderbird-esr/files/patch-xpinstall-src-nsSoftwareUpdate.cpp new file mode 100644 index 0000000..ddbe8f4 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-xpinstall-src-nsSoftwareUpdate.cpp @@ -0,0 +1,11 @@ +--- xpinstall/src/nsSoftwareUpdate.cpp.orig Sat May 22 01:02:23 2004 ++++ xpinstall/src/nsSoftwareUpdate.cpp Thu Jul 29 22:48:34 2004 +@@ -512,7 +512,7 @@ + nsSoftwareUpdate::GetInstance) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallTrigger) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallVersion) +-NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager); ++NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsSoftwareUpdateNameSet) + + //---------------------------------------------------------------------- |