diff options
author | jwise <jwise> | 2002-01-05 21:18:02 +0000 |
---|---|---|
committer | jwise <jwise> | 2002-01-05 21:18:02 +0000 |
commit | 5f92f2179a8beff292474880521bca88c7c4a178 (patch) | |
tree | a57e648119749fbd65c1d03be7c92b4e16e4734d /www/ap-xslt/patches | |
parent | bf2d2004ddd0d42d35cde7eaaa3a78ca5d693565 (diff) | |
download | pkgsrc-5f92f2179a8beff292474880521bca88c7c4a178.tar.gz |
New sablotron needs iconv to be linked in as well.
Dependency is picked up via the sablotron package, so just add to link.
Bump version to nb1, as old version will build correctly, but fail to link
into apache.
Diffstat (limited to 'www/ap-xslt/patches')
-rw-r--r-- | www/ap-xslt/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-xslt/patches/patch-aa b/www/ap-xslt/patches/patch-aa index b9a9d4772fe..f2774308383 100644 --- a/www/ap-xslt/patches/patch-aa +++ b/www/ap-xslt/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2001/10/23 17:21:57 jwise Exp $ +$NetBSD: patch-aa,v 1.3 2002/01/05 21:18:03 jwise Exp $ --- Makefile.orig Wed Aug 23 22:30:50 2000 +++ Makefile Tue Sep 25 15:12:22 2001 @@ -1,12 +1,12 @@ @@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 2001/10/23 17:21:57 jwise Exp $ # compile the shared object file mod_xslt.so: mod_xslt.c - $(APXS) -c mod_xslt.c -o mod_xslt.so -+ $(APXS) -c -I${LOCALBASE}/include mod_xslt.c -o mod_xslt.so -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lsablot -lstdc++ -lm ++ $(APXS) -c -I${LOCALBASE}/include mod_xslt.c -o mod_xslt.so -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lsablot -liconv -lstdc++ -lm # cleanup clean: |