pkgsrc-WIP-changes archive

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

libvirt: Re-add portablexdr dependency



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Tue Aug 10 15:04:32 2021 +0200
Changeset:	d82f617e3e27d484b5ceee28bbe434e262922754

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: Re-add portablexdr dependency

Required on some distros.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d82f617e3e27d484b5ceee28bbe434e262922754

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvirt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index ae4a4ed1c0..97a92b205b 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -119,6 +119,7 @@ CONFIGURE_ARGS.NetBSD+=	--with-qemu-group=wheel
 
 .if ${OPSYS} == "Linux"
 .include "../../wip/libnl1/buildlink3.mk"
+.include "../../wip/portablexdr/buildlink3.mk"
 .endif
 
 .include "../../devel/yajl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index