www/htmlcxx: Add USES=compiler:c++14-lang

This commit is contained in:
Po-Chuan Hsieh 2023-08-01 00:30:33 +08:00
parent ec8fecbfb1
commit d5bb4d4684
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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