summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-12-31 09:24:46 +0000
committerobache <obache@pkgsrc.org>2012-12-31 09:24:46 +0000
commit3559c1bb310317966547474440e8aec8e40c4af6 (patch)
treedcdf67d1a8e14050db7e5817c71cfaf66e27d7cc /textproc
parent545b7e5a00c5af290985c90b5ef64d996d5030f2 (diff)
downloadpkgsrc-3559c1bb310317966547474440e8aec8e40c4af6.tar.gz
require -liconv for the case using libiconv.
PR 47180.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xerces-c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index 32208713158..51d6eb5c0fc 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2012/10/25 06:57:06 asau Exp $
+# $NetBSD: Makefile,v 1.43 2012/12/31 09:24:46 obache Exp $
DISTNAME= xerces-c-3.1.1
CATEGORIES= textproc
@@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --enable-transcoder-iconv
PLIST.gnuiconv= yes
CONFIGURE_ARGS+= --enable-transcoder-gnuiconv
.include "../../converters/libiconv/buildlink3.mk"
+LDFLAGS+= -liconv
.endif
.include "../../mk/pthread.buildlink3.mk"