diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-31 23:16:58 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-31 23:16:58 +0800 |
commit | 42717d2b3309aaa62cdb280c545f14926be4a437 (patch) | |
tree | 6a1cc5e70b5920b11247fdf5eafc28f3d570eda5 /mail/thunderbird-esr | |
parent | 75d727f1ba6a6484eeccee1cb7d683d8b5099996 (diff) | |
download | freebsd-ports-gnome-42717d2b3309aaa62cdb280c545f14926be4a437.tar.gz freebsd-ports-gnome-42717d2b3309aaa62cdb280c545f14926be4a437.tar.zst freebsd-ports-gnome-42717d2b3309aaa62cdb280c545f14926be4a437.zip |
- 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 000000000000..ddbe8f4abe91 --- /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) + + //---------------------------------------------------------------------- |