mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
db5a526190
* 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]
12 lines
362 B
C++
12 lines
362 B
C++
--- 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();
|