Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 488492 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]
Remove bundled minizip from CMakeLists.txt
CMakeLists-remove-minizip.patch (text/plain), 697 bytes, created by
Petric Frank
on 2017-08-10 11:07:35 UTC
(
hide
)
Description:
Remove bundled minizip from CMakeLists.txt
Filename:
MIME Type:
Creator:
Petric Frank
Created:
2017-08-10 11:07:35 UTC
Size:
697 bytes
patch
obsolete
>--- CMakeLists.txt 2017-08-10 11:03:29.544482223 +0200 >+++ CMakeLists.txt.new 2017-08-10 11:09:40.359261417 +0200 >@@ -120,10 +119,10 @@ > > include_directories(include include/xlsxwriter) > file(GLOB LXW_SOURCES src/*.c) >-list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c) >-if(MSVC) >- list(APPEND LXW_SOURCES third_party/minizip/iowin32.c) >-endif() >+# list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c) >+# if(MSVC) >+# list(APPEND LXW_SOURCES third_party/minizip/iowin32.c) >+# endif() > if (NOT ${USE_STANDARD_TMPFILE}) > include_directories(third_party/tmpfileplus) > list(APPEND LXW_SOURCES third_party/tmpfileplus/tmpfileplus.c)
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