From bb1357e92345ea3077a5d950efe6a1bf1021bb55 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 29 May 2004 13:32:26 +0000 Subject: 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 --- textproc/mini-xml/files/patch-configure | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 textproc/mini-xml/files/patch-configure (limited to 'textproc/mini-xml/files/patch-configure') 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" -- cgit v1.2.3