summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2012-12-31 09:24:46 +0000
committerobache <obache>2012-12-31 09:24:46 +0000
commit27077d0283b3f8831de4fe09893f3772f287de26 (patch)
treedcdf67d1a8e14050db7e5817c71cfaf66e27d7cc /textproc
parent205c62d5950594b37bf28d7bda021f1bccdefa05 (diff)
downloadpkgsrc-27077d0283b3f8831de4fe09893f3772f287de26.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"