git: 2920c5326e12 - main - devel/libassa: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 16:22:27 UTC
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/-.*$//}