aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/chinput3
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-30 03:08:16 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-30 03:08:16 +0800
commita006294f6db5f40759447f4f8b78622651137a81 (patch)
treeef3edfa1328da7b26f3013ab9e2c07201500f33d /chinese/chinput3
parent2f92bcf91c3c0e9217fda4f4de26de9d837f06ca (diff)
downloadfreebsd-ports-gnome-a006294f6db5f40759447f4f8b78622651137a81.tar.gz
freebsd-ports-gnome-a006294f6db5f40759447f4f8b78622651137a81.tar.zst
freebsd-ports-gnome-a006294f6db5f40759447f4f8b78622651137a81.zip
- fix build with option WITHOUT_NLS
Diffstat (limited to 'chinese/chinput3')
-rw-r--r--chinese/chinput3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile
index 9f0a073ffbac..ad8c3c62b74a 100644
--- a/chinese/chinput3/Makefile
+++ b/chinese/chinput3/Makefile
@@ -35,6 +35,8 @@ post-patch:
${WRKSRC}/src/Chinput-*/src/*.c
@${FIND} ${WRKSRC} -type f | \
${XARGS} ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g'
+ @${REINPLACE_CMD} -e 's|XLIB)|XLIB) -L${LOCALBASE}/lib -lintl|' \
+ ${WRKSRC}/src/ZWinControl/Makefile
pre-build:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \