freebsd-ports/textproc/mini-xml/files/patch-configure
Pav Lucistnik bb1357e923 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>
2004-05-29 13:32:26 +00:00

16 lines
331 B
Text

--- 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"