pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c xmlrpc-c: Requires expat.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ab762e1b4e9
branches:  trunk
changeset: 383326:2ab762e1b4e9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 27 21:08:10 2018 +0000

description:
xmlrpc-c: Requires expat.

diffstat:

 textproc/xmlrpc-c/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d935eb6e5ff4 -r 2ab762e1b4e9 textproc/xmlrpc-c/Makefile
--- a/textproc/xmlrpc-c/Makefile        Fri Jul 27 21:03:26 2018 +0000
+++ b/textproc/xmlrpc-c/Makefile        Fri Jul 27 21:08:10 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2018/04/29 21:31:24 adam Exp $
+# $NetBSD: Makefile,v 1.46 2018/07/27 21:08:10 jperkin Exp $
 
 DISTNAME=      xmlrpc-c-1.25.26
 # the "super stable" branch
@@ -58,6 +58,7 @@
 LDFLAGS.OpenBSD+=      ${PTHREAD_LINKFLAGS}
 LDFLAGS.MirBSD+=       ${PTHREAD_LINKFLAGS}
 
+.include "../../textproc/expat/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../www/libwww/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index