diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch) | |
tree | 25989a242d84219e2b2a73e5a989f5586e9b21a2 /converters | |
parent | 56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff) | |
download | FreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.zip FreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.gz |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'converters')
-rw-r--r-- | converters/siconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile index 98e10b8..71b5c22 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 |