Revision: 27095 http://sourceforge.net/p/gar/code/27095 Author: dmichelsen Date: 2024-09-02 14:53:48 +0000 (Mon, 02 Sep 2024) Log Message: ----------- libffcall/trunk: Update to 2.5
Modified Paths: -------------- csw/mgar/pkg/libffcall/trunk/Makefile csw/mgar/pkg/libffcall/trunk/checksums Modified: csw/mgar/pkg/libffcall/trunk/Makefile =================================================================== --- csw/mgar/pkg/libffcall/trunk/Makefile 2024-08-19 20:46:04 UTC (rev 27094) +++ csw/mgar/pkg/libffcall/trunk/Makefile 2024-09-02 14:53:48 UTC (rev 27095) @@ -1,6 +1,6 @@ # $Id$ NAME = libffcall -VERSION = 2.4 +VERSION = 2.5 GARTYPE = v2 DESCRIPTION = Foreign function call libraries @@ -47,6 +47,9 @@ CC_EXTRA-64 = -m64 CC_EXTRA = $(CC_EXTRA-$(MEMORYMODEL)) +# "<stdbool.h> is not usable with this configuration. To make it usable, add -D_STDC_C99= to $CC." +CC_EXTRA += -D_STDC_C99= + CONFIGURE_ARGS = $(DIRPATHS) # We need 'grep -E' Modified: csw/mgar/pkg/libffcall/trunk/checksums =================================================================== --- csw/mgar/pkg/libffcall/trunk/checksums 2024-08-19 20:46:04 UTC (rev 27094) +++ csw/mgar/pkg/libffcall/trunk/checksums 2024-09-02 14:53:48 UTC (rev 27095) @@ -1 +1 @@ -e7ef6e7cab40f6e224a89cc8dec6fc15 libffcall-2.4.tar.gz +4471b9d2342857125d2bbeee47dca66f libffcall-2.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.