This patch removes the _XOPEN_SOURCE preprocessor directive as it does not seem to be needed. Setting it removes the definition of strdup, which is used in filter-datatypes.c. Patch by Roel Janssen *** a/src/frontend/filter-datatypes.c 1970-01-01 01:00:00.000000000 +0100 --- b/src/frontend/filter-datatypes.c 2018-04-03 17:39:23.177905592 +0200 *************** *** 18,24 **** * Copyright (C) 2006 Steve Harris for Garlik */ - #define _XOPEN_SOURCE #include #include #include --- 18,23 ---- form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-25gnu: antiword: Use INVOKE....Ricardo Wurmus
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2018-12-23gnu: opencc: Unbundle rapidjson....Efraim Flashner
2018-12-23gnu: opencc: Use 'git-fetch'....Efraim Flashner
2018-11-18gnu: libgtextutils: Re-instate custom bootstrap phase....Efraim Flashner
2018-11-11gnu: dotconf: Fetch sources from git....Ricardo Wurmus
2018-11-11gnu: dotconf: Remove custom bootstrap phase....Ricardo Wurmus
2018-11-11gnu: libgtextutils: Remove custom bootstrap phase....Ricardo Wurmus
2018-11-10gnu: Add opencc....Meiyo Peng
2018-11-01gnu: oniguruma: Update to 6.9.0....Tobias Geerinckx-Rice
2018-10-09gnu: docx2txt: End phases with #t....Tobias Geerinckx-Rice
2018-10-01gnu: recode: Update to 3.7.1....Tobias Geerinckx-Rice
2018-08-27Update email for Pierre Neidhardt....Pierre Neidhardt
2018-07-12gnu: php: Build with an older oniguruma....Marius Bakke
2018-07-12gnu: oniguruma: Update to 6.8.2....Marius Bakke
2018-07-07gnu: Add docx2txt....Pierre Neidhardt