Date: Tue, 25 Sep 2018 08:34:36 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480651 - head/audio/sratom Message-ID: <201809250834.w8P8YaHT087088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809250834.w8P8YaHT087088>