summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-05-01 12:45:56 +0000
committerrh <rh@pkgsrc.org>2001-05-01 12:45:56 +0000
commit311c8826349b0056414091355e540ca67780d8c5 (patch)
tree1bd5ca557a689096df79aec645edd00edf58c527 /editors
parenta7fab5335653d13dd78925ae00bda75b2e296c81 (diff)
downloadpkgsrc-311c8826349b0056414091355e540ca67780d8c5.tar.gz
Link against libiconv. Closes PR 12681 by Bob Bernstein
<poobah@ruptured-duck.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index b6cae9616c5..e4decffdfaf 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/03/27 03:19:54 hubertf Exp $
+# $NetBSD: Makefile,v 1.20 2001/05/01 12:45:56 rh Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -18,6 +18,7 @@ HOMEPAGE= http://www.abisource.com/
COMMENT= Open Source cross-platform word processor
BUILD_DEPENDS+= unzip-*:../../archivers/unzip
+DEPENDS+= libiconv>=1.6.1:../../converters/libiconv
DEPENDS+= ispell-base-*:../../textproc/ispell-base
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= png>1.0.9:../../graphics/png
@@ -38,7 +39,7 @@ WVSRC= wv-${ABIWORD_VERS}${EXTRACT_SUFX}
CPPFLAGS+= -I${WRKDIR}/wv # avoid using installed wv includes
CPPFLAGS+= -I${LOCALBASE}/include # png.h
-LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lpng
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -liconv
MAKE_ENV+= ABI_BUILD_VERSION="${ABIWORD_VERS}" \
OS_CFLAGS="${CPPFLAGS}" \