openbsd-ports/textproc/xerces-c/patches/patch-tests_configure
ajacoutot ec4f145d94 Import xerces-c-2.8.0
Xerces-C++ is a validating XML parser written in a portable subset of
C++.  Xerces-C++ makes it easy to give your application the ability to
read and write XML data.  A shared library is provided for parsing,
generating, manipulating, and validating XML documents using the DOM,
SAX, and SAX2 APIs.  For an introduction to programming with Xerces-C++
refer to the Programming Guide.
<...>

ok landry@
2008-10-26 23:15:15 +00:00

12 lines
512 B
Plaintext

$OpenBSD: patch-tests_configure,v 1.1.1.1 2008/10/26 23:15:18 ajacoutot Exp $
--- tests/configure.orig Sun Oct 26 19:58:34 2008
+++ tests/configure Sun Oct 26 19:58:47 2008
@@ -4236,6 +4236,7 @@ case "${host}" in
*-*-nto*) platform=QNX ;;
*-*-freebsd*) platform=FREEBSD ;;
*-*-netbsd*) platform=NETBSD ;;
+ *-*-openbsd*) platform=OPENBSD ;;
*-*-irix*) platform=IRIX ;;
*-*-aix*) platform=AIX ;;
*-*-hp*) platform=HPUX ;