Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 19:15:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1d72ae2b185 - main - misc/libiio: Fix compilation with libxml2>=2.9.12 by adding USES=localbase
Message-ID:  <202106201915.15KJFtvQ021601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit c1d72ae2b185505f3b1c31c84e2655c04111b061
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-20 19:14:12 +0000
Commit:     Yuri Victorovich <yuri@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201915.15KJFtvQ021601>