Date: Sun, 22 Sep 2019 16:33:25 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512592 - head/security/gpgme Message-ID: <201909221633.x8MGXPwM049094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221633.x8MGXPwM049094>