Date: Wed, 2 Aug 2023 16:22:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2920c5326e12 - main - devel/libassa: Fix build with llvm16 Message-ID: <202308021622.372GMRFx035773@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2920c5326e12a167e0b8677043459fb82e6ee889 commit 2920c5326e12a167e0b8677043459fb82e6ee889 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-02 14:58:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-02 16:22:19 +0000 devel/libassa: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/libassa/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 5ca56034af5d..36757f396e35 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -11,10 +11,13 @@ WWW= http://libassa.sourceforge.net/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" " USES= libtool pathfix pkgconfig +USE_CXXSTD= c++14 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" " + PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308021622.372GMRFx035773>