diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-29 19:08:16 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-29 19:08:16 +0000 |
commit | a006294f6db5f40759447f4f8b78622651137a81 (patch) | |
tree | ef3edfa1328da7b26f3013ab9e2c07201500f33d /chinese | |
parent | 2f92bcf91c3c0e9217fda4f4de26de9d837f06ca (diff) | |
download | FreeBSD-ports-a006294f6db5f40759447f4f8b78622651137a81.zip FreeBSD-ports-a006294f6db5f40759447f4f8b78622651137a81.tar.gz |
- fix build with option WITHOUT_NLS
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 9f0a073..ad8c3c6 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} \ |