Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 15:41:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493687 - head/textproc/libcyaml
Message-ID:  <201902231541.x1NFf2uE005450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231541.x1NFf2uE005450>