Revision: 41951
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41951&view=rev
Author:   starseeker
Date:     2011-01-05 02:20:16 +0000 (Wed, 05 Jan 2011)

Log Message:
-----------
Add a define for STDC_HEADERS to itk - not clear why this is needed here and 
not in trunk...

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/incrTcl/itk/Makefile.am
    brlcad/branches/cmake/src/other/incrTcl/itk/generic/Makefile.am

Modified: brlcad/branches/cmake/src/other/incrTcl/itk/Makefile.am
===================================================================
--- brlcad/branches/cmake/src/other/incrTcl/itk/Makefile.am     2011-01-05 
02:09:25 UTC (rev 41950)
+++ brlcad/branches/cmake/src/other/incrTcl/itk/Makefile.am     2011-01-05 
02:20:16 UTC (rev 41951)
@@ -4,7 +4,7 @@
        generic \
        library
 
-AM_CFLAGS = ${X_CFLAGS}
+AM_CFLAGS = ${X_CFLAGS} -DSTDC_HEADERS
 
 brlcadscriptdir = $(libdir)/i...@itcl_version@
 brlcadscript_SCRIPTS = pkgIndex.tcl

Modified: brlcad/branches/cmake/src/other/incrTcl/itk/generic/Makefile.am
===================================================================
--- brlcad/branches/cmake/src/other/incrTcl/itk/generic/Makefile.am     
2011-01-05 02:09:25 UTC (rev 41950)
+++ brlcad/branches/cmake/src/other/incrTcl/itk/generic/Makefile.am     
2011-01-05 02:20:16 UTC (rev 41951)
@@ -4,9 +4,9 @@
        libitks...@[email protected]
 
 noinst_LTLIBRARIES = libitg.la
+ 
+AM_CFLAGS = ${X_CFLAGS} -DSTDC_HEADERS
 
-AM_CFLAGS = ${X_CFLAGS}
-
 # make sure we find Tcl's private headers
 if TCL_8_4_HEADERS
 compat_cppflags = \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to