[libdispatch-changes] [119] trunk/testing/Makefile.am

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 4 01:51:38 PST 2009


Revision: 119
          http://trac.macosforge.org/projects/libdispatch/changeset/119
Author:   robert at fledge.watson.org
Date:     2009-11-04 01:51:37 -0800 (Wed, 04 Nov 2009)
Log Message:
-----------
Build dispatch_c99 with -std=c99, but not -pedantic as found in
Makefile.darwin as that appears non-portable currently.

Modified Paths:
--------------
    trunk/testing/Makefile.am

Modified: trunk/testing/Makefile.am
===================================================================
--- trunk/testing/Makefile.am	2009-11-04 09:12:26 UTC (rev 118)
+++ trunk/testing/Makefile.am	2009-11-04 09:51:37 UTC (rev 119)
@@ -16,6 +16,8 @@
 	dispatch_starfish		\
 	queue_finalizer
 
+dispatch_c99_CFLAGS=-std=c99
+
 if HAVE_BLOCKS
 BLOCKS_TESTS=				\
 	dispatch_after			\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091104/537c98a0/attachment.html>


More information about the libdispatch-changes mailing list