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/patches | |
parent | 1aaccf9b97e29e1224d00c68fe141f2992dabdfd (diff) | |
download | pkgsrc-e1f70a8e3c38261a6abf8d7999422352b806a3b1.tar.gz |
Also patch Makefile.am as well as Makefile.in (thanks, Nick)
Diffstat (limited to 'textproc/sablotron/patches')
-rw-r--r-- | textproc/sablotron/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ |