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

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libibus-1.0.so:${PORTSDIR}/textproc/ibus \
15
		libibus-1.0.so:${PORTSDIR}/textproc/ibus \
16
		libpinyin.so:${PORTSDIR}/chinese/libpinyin
16
		libpinyin.so:${PORTSDIR}/chinese/libpinyin
17
17
18
USES=		compiler:c++0x gmake python pkgconfig gettext
18
USES=		compiler:c++11-lib gmake python pkgconfig gettext
19
USE_GNOME=	glib20
19
USE_GNOME=	glib20
20
20
21
WRKSRC=	${WRKDIR}/${DISTNAME}
21
WRKSRC=	${WRKDIR}/${DISTNAME}
(-)files/patch-src-PYLibPinyin.cc (+14 lines)
Line 0 Link Here
1
--- src/PYLibPinyin.cc.orig	2015-04-13 12:40:47.917568000 +0800
2
+++ src/PYLibPinyin.cc	2015-04-13 12:41:06.161619000 +0800
3
@@ -21,6 +21,8 @@
4
 
5
 #include "PYLibPinyin.h"
6
 
7
+#define _WITH_GETLINE
8
+#include <stdio.h>
9
 #include <string.h>
10
 #include <pinyin.h>
11
 #include "PYPConfig.h"
0
属性改变: files/patch-src-PYLibPinyin.cc
12
属性改变: files/patch-src-PYLibPinyin.cc
13
yes
14
native
15
text/plain

Return to bug 199408