summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorgrant <grant>2003-07-24 13:35:28 +0000
committergrant <grant>2003-07-24 13:35:28 +0000
commitc9baf3812c3776ff8e0c33226901e9fb140d4ec3 (patch)
tree935793b081585ddde11b55235803ef5f7fbc2b19 /textproc/sablotron
parentde8828241f087838ccbfc64158ec80f97ef0b8cd (diff)
downloadpkgsrc-c9baf3812c3776ff8e0c33226901e9fb140d4ec3.tar.gz
fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablot
can once again find the iconv functions on systems without iconv in libc.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index fd37a065d58..cab29d39dbc 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/22 14:05:48 jwise Exp $
+# $NetBSD: Makefile,v 1.16 2003/07/24 13:35:28 grant Exp $
DISTNAME= Sablot-0.96
PKGNAME= sablotron-0.96
@@ -18,6 +18,10 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+# sablotron needs iconv but assumes it is in libc, so add what
+# buildlink2 finds.
+LIBS+= ${_BLNK_ICONV_LDFLAGS}
+
.include "../../mk/bsd.prefs.mk"
# both libstdc++ and libm are required for gcc 2.95.x, as libstdc++