openbsd-ports/net/xmlrpc-epi/patches/patch-configure_in
todd 1253a1dc72 xmlrpc-epi 0.51
xmlrpc-epi is an implementation of the xmlrpc protocol
in C. It provides an easy to use API for developers to
serialize RPC requests to and from XML. It does *not*
include a transport layer, such as HTTP. The API is
primarily based upon proprietary code written for
internal usage at Epinions.com, and was later modified
to incorporate concepts from the xmlrpc protocol. It
passed the xmlrpc validation test suite in December 2000.
2007-02-08 03:23:35 +00:00

13 lines
396 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1.1.1 2007/02/08 03:23:35 todd Exp $
--- configure.in.orig Thu Feb 1 23:14:28 2007
+++ configure.in Thu Feb 1 23:14:39 2007
@@ -36,7 +36,7 @@ AC_FUNC_STRFTIME
AC_CHECK_FUNCS(mktime strstr)
-AC_OUTPUT(src/Makefile Makefile sample/Makefile expat/Makefile expat/xmltok/Makefile expat/xmlparse/Makefile)
+AC_OUTPUT(src/Makefile Makefile sample/Makefile)