diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 13:32:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 13:32:26 +0000 |
commit | bb1357e92345ea3077a5d950efe6a1bf1021bb55 (patch) | |
tree | 9a6c3a51996e50961c4c21dec5ec6d4011dd48b6 /textproc/mini-xml/files | |
parent | - Remove superfluous USE_GETTEXT dependency (diff) |
Add Mini-XML, a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries. Mini-XML only
requires an ANSI C compatible compiler (GCC works, as do
most vendors' ANSI C compilers) and a "make" program.
PR: ports/67304
Submitted by: Osintsev Vladimir <oc@nm.ru>
Notes
Notes:
svn path=/head/; revision=110274
Diffstat (limited to 'textproc/mini-xml/files')
-rw-r--r-- | textproc/mini-xml/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/mini-xml/files/patch-configure b/textproc/mini-xml/files/patch-configure new file mode 100644 index 000000000000..17569fc01323 --- /dev/null +++ b/textproc/mini-xml/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig Fri May 21 05:10:33 2004 ++++ configure Sat May 29 15:23:32 2004 +@@ -3028,13 +3028,6 @@ + fi + + case "$uname" in +- *BSD* | Darwin*) +- # *BSD +- CAT1EXT="0" +- MAN1EXT="1" +- CAT3EXT="0" +- MAN3EXT="3" +- ;; + *) + # All others + CAT1EXT="1" |