Description: Fix FTBFS due to unexisting and useless include. (Closes: #637896) Author: Regis Boudin Last-Update: 2011-10-03 Index: libofa-0.9.3/examples/protocol.cpp =================================================================== --- libofa-0.9.3.orig/examples/protocol.cpp +++ libofa-0.9.3/examples/protocol.cpp @@ -13,7 +13,6 @@ #include #include #include -#include #include using namespace std; alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-13installer: Use 'glibc-supported-locales'....The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it. Ludovic Courtès