Description: fix FTBFS with GCC 4.3. (Closes: #417355) Author: Martin Michlmayr Last-Update: 2007-04-02 Description: add a missing include. (Closes: #441557) Author: Brian M. Carlson Last-Update: 2007-12-29 Index: libofa-0.9.3/lib/signal_op.cpp =================================================================== --- libofa-0.9.3.orig/lib/signal_op.cpp +++ libofa-0.9.3/lib/signal_op.cpp @@ -12,6 +12,7 @@ // DATE CREATED: 1/12/06 +#include #include #include "signal_op.h" #include "AFLIB/aflibConverter.h" Index: libofa-0.9.3/examples/example.cpp =================================================================== --- libofa-0.9.3.orig/examples/example.cpp +++ libofa-0.9.3/examples/example.cpp @@ -8,6 +8,8 @@ -------------------------------------------------------------------*/ #include "protocol.h" +#include +#include AudioData* loadWaveFile(char *file); AudioData* loadDataUsingLAME(char *file); Index: libofa-0.9.3/examples/protocol.cpp =================================================================== --- libofa-0.9.3.orig/examples/protocol.cpp +++ libofa-0.9.3/examples/protocol.cpp @@ -8,6 +8,7 @@ -------------------------------------------------------------------*/ #include #include +#include #include #include #include e29'>commitdiff
AgeCommit message (Expand)Author
2021-02-22system: hurd: Have the static networking provision 'networking....Some services require networking, I'm looking at the Guix Build Coordinator agent. Networking seems to work in the childhurd VM, so I think this change makes sense. * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provision parameter for the static-networking service. Christopher Baines
2020-10-09system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip....* gnu/system/hurd.scm (%base-packages/hurd): Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. Jan (janneke) Nieuwenhuizen
2020-10-09system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'....* gnu/system/hurd.scm (%base-packages/hurd): Change GUILE-3.0 to GUILE-3.0-LATEST. Jan (janneke) Nieuwenhuizen
2020-10-09system: hurd: Add PAM support with shadow and sudo....* gnu/system.scm (hurd-default-essential-services): Add setuid-program-service-type. * gnu/system/hurd.scm (%base-packages/hurd): Add shadow, sudo. (%setuid-programs/hurd): New variable. (%hurd-default-operating-system)[setuid-program]: Use it. [pam-services, sudoers-file]: Remove overrides; enabling regular defaults. * gnu/system/examples/bare-hurd.tmpl (%hurd-os)[users]: New field. [services]: Do not disable PAM in SSH. Jan (janneke) Nieuwenhuizen