diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:30:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:30:37 +0800 |
commit | bc2a86354eb7b8db9a228d563b38aa2664cea151 (patch) | |
tree | 6bb8cf3bafa778eea0d586738be3f662f2bd46d1 /chinese/cconv | |
parent | 122c7ef432672374f5b56c59ee22117c26966556 (diff) | |
download | freebsd-ports-gnome-bc2a86354eb7b8db9a228d563b38aa2664cea151.tar.gz freebsd-ports-gnome-bc2a86354eb7b8db9a228d563b38aa2664cea151.tar.zst freebsd-ports-gnome-bc2a86354eb7b8db9a228d563b38aa2664cea151.zip |
- Fix iconv linking in libcconv.so
- Bump PORTREVISION for package change
Diffstat (limited to 'chinese/cconv')
-rw-r--r-- | chinese/cconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index d386b2c16372..53cdc998ff9f 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -7,7 +7,7 @@ PORTNAME= cconv PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese converters MASTER_SITES= GOOGLE_CODE @@ -19,7 +19,7 @@ USE_ICONV= yes USE_LDCONFIG= yes post-patch: - @${REINPLACE_CMD} -e 's|unicode.h||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c .include <bsd.port.mk> |