Date: Thu, 24 Mar 2016 09:01:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411760 - head/x11/xcbautolock Message-ID: <201603240901.u2O91tLR027750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Mar 24 09:01:55 2016 New Revision: 411760 URL: https://svnweb.freebsd.org/changeset/ports/411760 Log: Fix build with old gcc Modified: head/x11/xcbautolock/Makefile Modified: head/x11/xcbautolock/Makefile ============================================================================== --- head/x11/xcbautolock/Makefile Thu Mar 24 08:29:44 2016 (r411759) +++ head/x11/xcbautolock/Makefile Thu Mar 24 09:01:55 2016 (r411760) @@ -10,6 +10,7 @@ COMMENT= XCB base autolocker LICENSE= BSD2CLAUSE USES= pkgconfig +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= bapt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603240901.u2O91tLR027750>