-diff --git a/../pbserver/Makefile b/../pbserver/Makefile
+diff --git pbserver/Makefile pbserver/Makefile
index 27847c1..d6ffff3 100755
---- a/../pbserver/Makefile
-+++ b/../pbserver/Makefile
+--- pbserver/Makefile
++++ pbserver/Makefile
@@ -15,7 +15,7 @@ configure:
dic: staticdic learndic
SECTION = "inputmethods"
LICENSE = "GPL"
DEPENDS = "perl-native ruby-native nkf-native"
-PR = "r7"
+PR = "r8"
SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/pobox-${PV}.tar.bz2;name=archive \
http://www.vanille.de/mirror/pbserver-${PV}.tar.gz;name=pbserver \
file://OpenPOBox-1.25.diff \
file://remove-local-includes.patch \
- file://unicode.patch \
+ file://unicode.patch;apply=false \
file://pbserver.sh"
S = "${WORKDIR}/OpenPOBox"
EXTRA_OECONF = "--enable-lookup"
PARALLEL_MAKE = ""
+do_configure_prepend() {
+ (cd ${WORKDIR} ; patch -p0 -i unicode.patch)
+}
+
do_compile() {
oe_runmake
cp ${S}/dict/data/fugodic ${WORKDIR}/pbserver/fugodic.txt