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

(-)./Makefile (-1 / +5 lines)
Lines 12-23 Link Here
12
12
13
LIB_DEPENDS=	sphinxbase:${PORTSDIR}/audio/sphinxbase
13
LIB_DEPENDS=	sphinxbase:${PORTSDIR}/audio/sphinxbase
14
14
15
USES=		pathfix
15
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
16
USE_GMAKE=	yes
17
USE_GMAKE=	yes
17
USE_AUTOTOOLS=libtool
18
USE_AUTOTOOLS=libtool
18
USE_CSTD=	gnu99
19
USE_CSTD=	gnu99
19
MAKE_JOBS_UNSAFE=	yes
20
MAKE_JOBS_UNSAFE=	yes
20
USES=		pathfix
21
21
22
CFLAGS+=	-I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
22
CFLAGS+=	-I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
23
CXXFLAGS+=	-I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
23
CXXFLAGS+=	-I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
Lines 26-29 Link Here
26
MAKE_ENV=	MKDIR="${MKDIR}" \
26
MAKE_ENV=	MKDIR="${MKDIR}" \
27
		OSVERSION=${OSVERSION}
27
		OSVERSION=${OSVERSION}
28
28
29
post-patch:
30
	@${REINPLACE_CMD} -e 's|heap_t h|heap_t* h|' \
31
		${WRKSRC}/src/libs3decoder/libsearch/vithist.c
32
29
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)./files/patch-src_libs3decoder_libsearch_vithist.c (-11 lines)
Lines 1-11 Link Here
1
--- src/libs3decoder/libsearch/vithist.c.orig	2012-12-14 12:01:13.000000000 -0500
2
+++ src/libs3decoder/libsearch/vithist.c	2012-12-14 12:00:44.000000000 -0500
3
@@ -647,7 +647,7 @@ vithist_prune(vithist_t * vh, dict_t * d
4
 {
5
     int32 se, fe, filler_done, th;
6
     vithist_entry_t *ve;
7
-    heap_t h;
8
+    heap_t* h;
9
     s3wid_t *wid;
10
     int32 i;
11
 
(-)./pkg-plist (-1 / +1 lines)
Lines 128-135 Link Here
128
%%DATADIR%%/model/ep/variances
128
%%DATADIR%%/model/ep/variances
129
%%DATADIR%%/model/hmm/RM1_cd_semi/feat.params
129
%%DATADIR%%/model/hmm/RM1_cd_semi/feat.params
130
%%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees
130
%%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees
131
%%DATADIR%%/model/hmm/RM1_cd_semi/means
132
%%DATADIR%%/model/hmm/RM1_cd_semi/mdef
131
%%DATADIR%%/model/hmm/RM1_cd_semi/mdef
132
%%DATADIR%%/model/hmm/RM1_cd_semi/means
133
%%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights
133
%%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights
134
%%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices
134
%%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices
135
%%DATADIR%%/model/hmm/RM1_cd_semi/variances
135
%%DATADIR%%/model/hmm/RM1_cd_semi/variances

Return to bug 179235