git: c1d72ae2b185 - main - misc/libiio: Fix compilation with libxml2>=2.9.12 by adding USES=localbase

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 20 19:15:55 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1d72ae2b185505f3b1c31c84e2655c04111b061

commit c1d72ae2b185505f3b1c31c84e2655c04111b061
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-20 19:14:12 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-20 19:15:48 +0000

    misc/libiio: Fix compilation with libxml2>=2.9.12 by adding USES=localbase
    
    PR:             256734
    Reported by:    Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 misc/libiio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/libiio/Makefile b/misc/libiio/Makefile
index 358514fcefa3..07b25a4b39fb 100644
--- a/misc/libiio/Makefile
+++ b/misc/libiio/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 LIB_DEPENDS=	libavahi-client.so:net/avahi-app
 
-USES=		cmake gnome
+USES=		cmake gnome localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	analogdevicesinc
 USE_GNOME=	libxml2


More information about the dev-commits-ports-main mailing list