1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix iconv linking in libcconv.so

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-25 03:30:37 +00:00
parent a615712176
commit a0ea4bbbf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295446

View File

@ -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>