svn commit: r480651 - head/audio/sratom

Tilman Keskinoz arved at FreeBSD.org
Tue Sep 25 08:34:36 UTC 2018


Author: arved
Date: Tue Sep 25 08:34:35 2018
New Revision: 480651
URL: https://svnweb.freebsd.org/changeset/ports/480651

Log:
  Fix build on architectures that use base GCC
  
  PR:		231689
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/audio/sratom/Makefile

Modified: head/audio/sratom/Makefile
==============================================================================
--- head/audio/sratom/Makefile	Tue Sep 25 08:26:39 2018	(r480650)
+++ head/audio/sratom/Makefile	Tue Sep 25 08:34:35 2018	(r480651)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libserd-0.so:devel/serd libsord-0.so:deve
 BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
 
 USES=		pkgconfig python:build tar:bzip2 waf
-
+USE_CSTD=	c99
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION=${PORTVERSION}


More information about the svn-ports-head mailing list