openbsd-ports/net/xmlrpc-epi/patches/patch-Makefile_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
392 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/02/08 03:23:35 todd Exp $
--- Makefile.in.orig Thu Feb 1 23:16:01 2007
+++ Makefile.in Thu Feb 1 23:16:08 2007
@@ -77,7 +77,7 @@ RANLIB = @RANLIB@
STRIP = @STRIP@
VERSION = @VERSION@
-SUBDIRS = expat src sample
+SUBDIRS = src sample
CHANGE_LOG_GEN_BIN = scripts/cvs2cl.pl
CHANGE_LOG_GEN_FLAGS = -t -r -b --accum -I ChangeLog --gmt --prune