Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 590374 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]
[patch]
Patch to CMakeLists.txt file to pass USE_DOUBLE_FUNCTION at cmake call
libxlsxwriter-0.8.7-double-function.patch (text/plain), 846 bytes, created by
Petric Frank
on 2019-09-19 13:06:32 UTC
(
hide
)
Description:
Patch to CMakeLists.txt file to pass USE_DOUBLE_FUNCTION at cmake call
Filename:
MIME Type:
Creator:
Petric Frank
Created:
2019-09-19 13:06:32 UTC
Size:
846 bytes
patch
obsolete
>diff -urN libxlsxwriter-RELEASE_0.8.7/CMakeLists.txt libxlsxwriter-RELEASE_0.8.7.patched/CMakeLists.txt >--- libxlsxwriter-RELEASE_0.8.7/CMakeLists.txt 2019-06-21 01:07:52.000000000 +0200 >+++ libxlsxwriter-RELEASE_0.8.7.patched/CMakeLists.txt 2019-07-18 12:15:34.262806694 +0200 >@@ -103,6 +103,7 @@ > option(USE_SYSTEM_MINIZIP "Use system minizip installation" OFF) > option(USE_STANDARD_TMPFILE "Use the C standard library's tmpfile()" 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() >@@ -153,6 +154,10 @@ > endforeach() > endif() > >+IF(USE_DOUBLE_FUNCTION) >+ ADD_DEFINITIONS(-DUSE_DOUBLE_FUNCTION) >+ENDIF(USE_DOUBLE_FUNCTION) >+ > # INCLUDES > # -------- >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
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