diff options
author | agc <agc@pkgsrc.org> | 2002-07-24 12:16:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-24 12:16:09 +0000 |
commit | e1f70a8e3c38261a6abf8d7999422352b806a3b1 (patch) | |
tree | 087046e6dff0aede6ffba013cf80d5dda8cf0132 /textproc/sablotron | |
parent | 1aaccf9b97e29e1224d00c68fe141f2992dabdfd (diff) | |
download | pkgsrc-e1f70a8e3c38261a6abf8d7999422352b806a3b1.tar.gz |
Also patch Makefile.am as well as Makefile.in (thanks, Nick)
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/distinfo | 3 | ||||
-rw-r--r-- | textproc/sablotron/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo index dad91227719..56d06e487f3 100644 --- a/textproc/sablotron/distinfo +++ b/textproc/sablotron/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/07/24 11:16:27 agc Exp $ +$NetBSD: distinfo,v 1.4 2002/07/24 12:16:09 agc Exp $ SHA1 (Sablot-0.71.tar.gz) = 8da42bba936832941d4f077551d47c1d3393e6c4 Size (Sablot-0.71.tar.gz) = 274268 bytes SHA1 (patch-aa) = d93a35316ecf728175b64dae57200b588f24c36a +SHA1 (patch-ab) = bb70e1ffeab86ac2485f3a0bda6634d538567a16 diff --git a/textproc/sablotron/patches/patch-ab b/textproc/sablotron/patches/patch-ab new file mode 100644 index 00000000000..b55568fcf31 --- /dev/null +++ b/textproc/sablotron/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2002/07/24 12:16:09 agc Exp $ + +--- src/engine/Makefile.am 2002/07/24 12:13:41 1.1 ++++ src/engine/Makefile.am 2002/07/24 12:14:28 +@@ -8,6 +8,8 @@ + + lib_LTLIBRARIES = libsablot.la + ++libsablot_la_LIBADD = @ICONV_LIB@ @EXPAT_LIBS@ ++ + libsablot_la_SOURCES = \ + arena.h \ + base.h \ |