security/gpgme: add USES=compiler:c11
Needed to fix build on GCC architectures. Approved by: mentors (implicit approval)
This commit is contained in:
parent
20d59b725e
commit
04c09fcd8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512592
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error
|
libgpg-error.so:security/libgpg-error
|
||||||
|
|
||||||
USES= cpe gmake libtool localbase:ldflags tar:bzip2
|
USES= compiler:c11 cpe gmake libtool localbase:ldflags tar:bzip2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Reference in a new issue