summaryrefslogtreecommitdiffstats
path: root/editors/abiword
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch)
tree25989a242d84219e2b2a73e5a989f5586e9b21a2 /editors/abiword
parent56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff)
downloadFreeBSD-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 'editors/abiword')
-rw-r--r--editors/abiword/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 1052618..55c62ef 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -38,7 +38,7 @@ WANT_GNOME= yes
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
CONFIGURE_ARGS= --datadir=${PREFIX}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lgiconv"
+ LDFLAGS="-L${LOCALBASE}/lib -liconv"
MAKEFILE= GNUmakefile
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \
's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \
OpenPOWER on IntegriCloud