diff options
Diffstat (limited to 'textproc/xmlrpc-c/Makefile')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index 683a470d471..dd758b39538 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2013/11/14 08:01:11 adam Exp $ +# $NetBSD: Makefile,v 1.35 2013/12/01 23:25:31 bsiegert Exp $ DISTNAME= xmlrpc-c-1.25.26 # the "super stable" branch @@ -36,7 +36,25 @@ SUBST_FILES.pthread= xmlrpc-c-config.* xmlrpc-c-config.test.* SUBST_SED.pthread= -e 's/-lpthread/${PTHREAD_LINKFLAGS:Q}/' SUBST_SED.pthread+= -e 's/-L\(.\)libdir/-L\1libdir ${COMPILER_RPATH_FLAG}\1libdir/' +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "MirBSD" +SUBST_CLASSES+= xopen +SUBST_STAGE.xopen= pre-configure +SUBST_MESSAGE.xopen= Removing _XOPEN_SOURCE lines. +SUBST_FILES.xopen+= lib/abyss/src/data.c lib/abyss/src/response.c lib/abyss/src/conf.c +SUBST_FILES.xopen+= lib/abyss/src/http.c lib/abyss/src/server.c lib/abyss/src/handler.c +SUBST_FILES.xopen+= lib/curl_transport/curltransaction.c lib/curl_transport/curlmulti.c +SUBST_FILES.xopen+= lib/curl_transport/xmlrpc_curl_transport.c lib/libutil/select.c +SUBST_FILES.xopen+= lib/libutil/error.c lib/libutil/make_printable.c lib/libutil/asprintf.c +SUBST_FILES.xopen+= lib/util/cmdline_parser.c lib/expat/xmlwf/xmlfile.c src/xmlrpc_datetime.c +SUBST_FILES.xopen+= src/method.c src/xmlrpc_parse.c src/test/value_datetime.c src/xmlrpc_client.c +SUBST_FILES.xopen+= src/xmlrpc_server_info.c src/xmlrpc_server_abyss.c tools/lib/dumpvalue.c +SUBST_FILES.xopen+= tools/xmlrpc/xmlrpc.c tools/xmlrpc_transport/xmlrpc_transport.c +SUBST_SED.xopen= -e '/^\#define _XOPEN_SOURCE/d' +.endif + LDFLAGS.OpenBSD+= ${PTHREAD_LINKFLAGS} +LDFLAGS.MirBSD+= ${PTHREAD_LINKFLAGS} .include "../../www/curl/buildlink3.mk" .include "../../www/libwww/buildlink3.mk" |