svn commit: r512592 - head/security/gpgme
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Sep 22 16:33:26 UTC 2019
Author: pkubaj
Date: Sun Sep 22 16:33:25 2019
New Revision: 512592
URL: https://svnweb.freebsd.org/changeset/ports/512592
Log:
security/gpgme: add USES=compiler:c11
Needed to fix build on GCC architectures.
Approved by: mentors (implicit approval)
Modified:
head/security/gpgme/Makefile
Modified: head/security/gpgme/Makefile
==============================================================================
--- head/security/gpgme/Makefile Sun Sep 22 16:15:06 2019 (r512591)
+++ head/security/gpgme/Makefile Sun Sep 22 16:33:25 2019 (r512592)
@@ -16,7 +16,7 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libassuan.so:security/libassuan \
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
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list