mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
6593022e89
release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2]
14 lines
409 B
C++
14 lines
409 B
C++
$FreeBSD$
|
|
|
|
--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Sun Feb 1 15:39:59 2004
|
|
+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Sun Feb 1 15:40:11 2004
|
|
@@ -8,7 +8,7 @@
|
|
* 1 is AddRef
|
|
* 2 is Release
|
|
*/
|
|
-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__))
|
|
+#if !defined(__ia64)
|
|
XPTC_EXPORT NS_IMETHOD Stub3();
|
|
XPTC_EXPORT NS_IMETHOD Stub4();
|
|
XPTC_EXPORT NS_IMETHOD Stub5();
|