diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-16 20:37:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-16 20:37:34 +0000 |
commit | db5a5261906b6f03834bbec4c22b027f1941bcad (patch) | |
tree | af14bf1f01f1021174ef78c73abaec1f80a260a2 /www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc | |
parent | - Change a few uses of <url> into <mlist>. (diff) |
* Merge patches from Mozilla 1.7 [1]
* Auto-generate PLIST
* Respect CC/CXX/CFLAGS/CXXFLAGS/PTHREAD_LIBS
* Add WITH_XFT WITH_DEBUG WITH_OPTIMIZED_CFLAGS options [1]
* Add another mirror since cvs.nvu.com can be slow
* Don't install share/idl/*
* No longer depend on mozilla
PR: 72762
Submitted by: Michael Johnson <ahze@ahze.net>
Obtained from: www/mozilla [1]
Notes
Notes:
svn path=/head/; revision=119628
Diffstat (limited to 'www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc')
-rw-r--r-- | www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc b/www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc new file mode 100644 index 000000000000..ebe5474ca275 --- /dev/null +++ b/www/kompozer/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc @@ -0,0 +1,11 @@ +--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 ++++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Fri Mar 19 15:58:14 2004 +@@ -8,7 +8,7 @@ + * 1 is AddRef + * 2 is Release + */ +-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) ++#if !defined(__ia64) + NS_IMETHOD Stub3(); + NS_IMETHOD Stub4(); + NS_IMETHOD Stub5(); |