summaryrefslogblamecommitdiffstats
path: root/graphics/libGL/files/patch-src_mesa_main_imports.c
blob: c5979f7c15fe9310ab69e8725cecd973d1f06752 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               
--- src/mesa/main/imports.c.orig    2013-10-05 03:59:22.000000000 +0000
+++ src/mesa/main/imports.c
@@ -566,6 +566,7 @@ float
 _mesa_strtof( const char *s, char **end )
 {
 #if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && \
+   !defined(__DragonFly__) && \
    !defined(ANDROID) && !defined(__HAIKU__) && !defined(__UCLIBC__)
    static locale_t loc = NULL;
    if (!loc) {