View | Details | Raw Unified | Return to bug 112884
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 57-62 Link Here
57
RUN_DEPENDS=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
57
RUN_DEPENDS=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
58
.endif
58
.endif
59
59
60
.if ${OSVERSION} >= 700042
61
EXTRA_PATCHES+=	${FILESDIR}/tripwire-gcc4-patch
62
.endif
63
60
PLIST_SUB+=	TWCFG=${TWCFG} TWDB=${TWDB}
64
PLIST_SUB+=	TWCFG=${TWCFG} TWDB=${TWDB}
61
65
62
pre-configure:
66
pre-configure:
(-)files/tripwire-gcc4-patch (+31 lines)
Added Link Here
1
--- src/fco/fconame.h-orig	Thu Sep 15 22:12:38 2005
2
+++ src/fco/fconame.h	Tue May 22 19:15:46 2007
3
@@ -49,6 +49,7 @@
4
 ///////////////////////////////////////////////////////////////////////////////
5
 class cFCONameTblNode;
6
 class cFCONameIter;
7
+class cFCOName_i;
8
 
9
 class cFCOName : public iTypedSerializable
10
 {
11
--- src/fco/fcosetimpl.h-orig	Thu Sep 15 22:12:38 2005
12
+++ src/fco/fcosetimpl.h	Tue May 22 19:16:54 2007
13
@@ -46,6 +46,8 @@
14
 #include "fconame.h"
15
 #endif
16
 
17
+class cFCOIterImpl;
18
+
19
 class cFCOSetImpl : public iFCOSet
20
 {
21
 	friend class cFCOIterImpl;
22
--- src/tw/fcoreport.h-orig	Thu Sep 15 22:12:37 2005
23
+++ src/tw/fcoreport.h	Tue May 22 19:18:17 2007
24
@@ -74,6 +74,7 @@
25
 class cFCOName;
26
 class cFCOReport_i;
27
 class cFCOReportGenreIter_i;
28
+class cFCOReportSpecIter;
29
 class cFCOReportSpecIter_i;
30
 class cFCOReportChangeIter_i;
31
 class iFCOSpec;

Return to bug 112884