Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603408 Details for
Bug 627452
dev-libs/libxlsxwriter - is a C library for creating Excel XLSX files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libxlsxwriter double function patch
libxlsxwriter-0.9.3-double-function.patch (text/plain), 855 bytes, created by
Jon Hood
on 2020-01-15 18:58:43 UTC
(
hide
)
Description:
libxlsxwriter double function patch
Filename:
MIME Type:
Creator:
Jon Hood
Created:
2020-01-15 18:58:43 UTC
Size:
855 bytes
patch
obsolete
>diff -Naur libxlsxwriter-RELEASE_0.9.3.orig/CMakeLists.txt libxlsxwriter-RELEASE_0.9.3/CMakeLists.txt >--- libxlsxwriter-RELEASE_0.9.3.orig/CMakeLists.txt 2020-01-13 17:50:48.000000000 -0600 >+++ libxlsxwriter-RELEASE_0.9.3/CMakeLists.txt 2020-01-15 12:40:24.823604800 -0600 >@@ -119,11 +119,16 @@ > option(USE_STANDARD_TMPFILE "Use the C standard library's tmpfile()" OFF) > option(USE_NO_MD5 "Build libxlsxwriter without third party MD5 lib" OFF) > option(IOAPI_NO_64 "Disable 64-bit filesystem support" OFF) >+option(USE_DOUBLE_FUNCTION "use double function (avoid locale problem)" OFF) > > if(MSVC) > option(USE_STATIC_MSVC_RUNTIME "Use the static runtime library" OFF) > endif() > >+IF(USE_DOUBLE_FUNCTION) >+ ADD_DEFINITIONS(-DUSE_DOUBLE_FUNCTION) >+ENDIF(USE_DOUBLE_FUNCTION) >+ > if(DEFINED ENV{${ZLIB_ROOT}}) > set(ZLIB_ROOT $ENV{ZLIB_ROOT}) > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 627452
:
488486
|
488488
|
488490
|
488492
|
488496
|
488776
|
498044
|
534074
|
534076
|
565926
|
565928
|
565930
|
587062
|
590372
|
590374
|
597530
|
603406
|
603408
|
648054
|
712974
|
712977
|
721259
|
724915
|
769505