svn commit: r493687 - head/textproc/libcyaml
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 23 15:41:02 UTC 2019
Author: yuri
Date: Sat Feb 23 15:41:01 2019
New Revision: 493687
URL: https://svnweb.freebsd.org/changeset/ports/493687
Log:
textproc/libcyaml: fix build with GCC-based architectures
PR: 235962
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/textproc/libcyaml/Makefile
Modified: head/textproc/libcyaml/Makefile
==============================================================================
--- head/textproc/libcyaml/Makefile Sat Feb 23 15:30:19 2019 (r493686)
+++ head/textproc/libcyaml/Makefile Sat Feb 23 15:41:01 2019 (r493687)
@@ -11,7 +11,7 @@ LICENSE= ISCL
LIB_DEPENDS= libyaml.so:textproc/libyaml
-USES= gmake localbase:ldflags
+USES= compiler:c11 gmake localbase:ldflags
USE_GITLAB= yes
GL_SITE= https://git.zrythm.org
GL_ACCOUNT= zrythm
More information about the svn-ports-head
mailing list