aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit47828d0fce172b8afae396ba1cbcf459e396ef95 (patch)
treefc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /converters
parentecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff)
downloadports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz
ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56333
Diffstat (limited to 'converters')
-rw-r--r--converters/siconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile
index 98e10b85aa13..71b5c225a560 100644
--- a/converters/siconv/Makefile
+++ b/converters/siconv/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
do-build:
- ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -lgiconv
+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -liconv
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/siconv ${PREFIX}/bin