git: d5bb4d46846e - main - www/htmlcxx: Add USES=compiler:c++14-lang
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:45:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d5bb4d46846e390d8763c18640d9e81eea3aa9a6
commit d5bb4d46846e390d8763c18640d9e81eea3aa9a6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:30:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:52 +0000
www/htmlcxx: Add USES=compiler:c++14-lang
---
www/htmlcxx/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile
index bc3cc6cb30a6..8db7b3183cc9 100644
--- a/www/htmlcxx/Makefile
+++ b/www/htmlcxx/Makefile
@@ -11,12 +11,12 @@ WWW= https://github.com/bonitao/htmlcxx
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LGPL_V2
-USES= bison:alias iconv libtool localbase:ldflags pathfix
-USE_CXXSTD= c++14
-USE_LDCONFIG= yes
+USES= bison:alias compiler:c++14-lang iconv libtool localbase:ldflags pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+USE_CXXSTD= c++14
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' ${WRKSRC}/configure