Revision: 26117 http://sourceforge.net/p/gar/code/26117 Author: dmichelsen Date: 2017-03-09 08:52:57 +0000 (Thu, 09 Mar 2017) Log Message: ----------- ccache/trunk: Update to 3.3.4
Modified Paths: -------------- csw/mgar/pkg/ccache/trunk/Makefile csw/mgar/pkg/ccache/trunk/checksums Modified: csw/mgar/pkg/ccache/trunk/Makefile =================================================================== --- csw/mgar/pkg/ccache/trunk/Makefile 2017-03-08 23:10:04 UTC (rev 26116) +++ csw/mgar/pkg/ccache/trunk/Makefile 2017-03-09 08:52:57 UTC (rev 26117) @@ -1,6 +1,6 @@ # $Id$ NAME = ccache -VERSION = 3.3.3 +VERSION = 3.3.4 GARTYPE = v2 DESCRIPTION = Fast C/C++ compiler cache @@ -22,7 +22,7 @@ # C99 requires also XPG6. Add explicitly until this is fixed: # https://github.com/ccache/ccache/issues/148 -EXTRA_CPPFLAGS += -D_XPG6 +EXTRA_CPPFLAGS += -D_XPG6 -D_STDC_C99= # We need 'seq' TEST_ENV_PATH = /opt/csw/gnu:$(PATH) Modified: csw/mgar/pkg/ccache/trunk/checksums =================================================================== --- csw/mgar/pkg/ccache/trunk/checksums 2017-03-08 23:10:04 UTC (rev 26116) +++ csw/mgar/pkg/ccache/trunk/checksums 2017-03-09 08:52:57 UTC (rev 26117) @@ -1 +1 @@ -6918b36301a0b8ffdc96549f609a4ebc ccache-3.3.3.tar.xz +95ab3c56284129cc2a32460c23069516 ccache-3.3.4.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.