Revision: 73144
          http://sourceforge.net/p/brlcad/code/73144
Author:   brlcad
Date:     2019-05-23 04:32:40 +0000 (Thu, 23 May 2019)
Log Message:
-----------
centos 7.6 linux is unhappy if locale.h and xlocale.h are both included.  need 
to be a different recipe, trying as secondary alternative.

Modified Paths:
--------------
    brlcad/trunk/src/other/gdal/port/cpl_port.h

Modified: brlcad/trunk/src/other/gdal/port/cpl_port.h
===================================================================
--- brlcad/trunk/src/other/gdal/port/cpl_port.h 2019-05-23 02:20:41 UTC (rev 
73143)
+++ brlcad/trunk/src/other/gdal/port/cpl_port.h 2019-05-23 04:32:40 UTC (rev 
73144)
@@ -150,10 +150,11 @@
 
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
+#else
+#  ifdef HAVE_XLOCALE_H
+#    include <xlocale.h>
+#  endif
 #endif
-#ifdef HAVE_XLOCALE_H
-#  include <xlocale.h>
-#endif
 
 #ifdef HAVE_DIRECT_H
 #  include <direct.h>

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to