Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
While here, pet portlint. PR: 235695 Submitted by: Piotr Kubaj
This commit is contained in:
parent
cc152ef4cc
commit
67ee66ba41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493828
@ -14,11 +14,11 @@ COMMENT= Zint Barcode Generator
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= skipv:2.6.3
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= cmake qt:5
|
||||
PORTSCOUT= skipv:2.6.3
|
||||
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= buildtools_build qmake_build uitools_build core gui widgets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user