aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.30
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-06 13:21:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-06 13:21:56 +0000
commit23ed7d1846c801ef8321ae14fe846236f822e3fe (patch)
tree0d376b2190852cc3d251c6cf628a06774664ab53 /lang/perl5.30
parent0da79b02e5859383903a03fb14918b0cd415dada (diff)
downloadports-23ed7d1846c801ef8321ae14fe846236f822e3fe.tar.gz
ports-23ed7d1846c801ef8321ae14fe846236f822e3fe.zip
databases/p5-DBD-mysql: fix build with GCC architectures
Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary: Can't link/include C library 'atomic', aborting. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=505994
Diffstat (limited to 'lang/perl5.30')
-rw-r--r--lang/perl5.30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.30/Makefile b/lang/perl5.30/Makefile
index 518d9184c5c7..6dd134d0ca7e 100644
--- a/lang/perl5.30/Makefile
+++ b/lang/perl5.30/Makefile
@@ -19,7 +19,7 @@ LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
#DEPRECATED= Support end three years after .0 release, please upgrade to a more recent version of Perl
#EXPIRATION_DATE= 2022-05-22
-USES= cpe tar:xz
+USES= compiler:c11 cpe tar:xz
# Give a hint of where libperl.so can be found.
USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE