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

(-)./Makefile (-1 / +1 lines)
Lines 24-31 Link Here
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USES=		scons gmake iconv pkgconfig tar:xz
25
USES=		scons gmake iconv pkgconfig tar:xz
26
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
26
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
27
INSTALL_TARGET=	install --install-sandbox=${STAGEDIR}
27
28
28
NO_STAGE=	yes
29
post-patch:
29
post-patch:
30
	@${CP} ${_DISTDIR}/lm_sc.t3g.arpa.tar.bz2 \
30
	@${CP} ${_DISTDIR}/lm_sc.t3g.arpa.tar.bz2 \
31
		${_DISTDIR}/dict.utf8.tar.bz2 ${WRKSRC}/raw
31
		${_DISTDIR}/dict.utf8.tar.bz2 ${WRKSRC}/raw
(-)./files/patch-src_portability.h (+10 lines)
Line 0 Link Here
1
--- src/portability.h.orig	2014-08-19 21:12:42.000000000 -0400
2
+++ src/portability.h	2014-08-19 21:12:51.000000000 -0400
3
@@ -42,6 +42,7 @@
4
 #include <stdio.h>
5
 #include <math.h>
6
 #include <stdint.h>
7
+#include <stdlib.h>
8
 #include <string>
9
 #include <cstring>
10
 

Return to bug 192844