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 c57f'>treecommitdiff
AgeCommit message (Expand)Author
2020-01-21gnu: make: Update to 4.3....* gnu/packages/patches/make-impure-dirs.patch: Adjust for renamed files. * gnu/packages/patches/make-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (gnu-make): Update to 4.3. [source](uri): Change to ".gz" tarball. [source](patches): Remove obsolete. [arguments]: Remove #:configure-flags. Adjust for renamed files. [inputs]: Change from GUILE-2.0 to GUILE-3.0. * gnu/packages/commencement.scm (gnu-make-boot0)[arguments]: Add #:configure-flags. Marius Bakke