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 561a503e8fc0'>treecommitdiff
AgeCommit message (Expand)Author
2020-11-13gnu: glib: Graft patch to detect changes to the installed applications....Fixes <https://bugs.gnu.org/35594>. Reported by sirgazil <sirgazil@zoho.com> and others. * gnu/packages/patches/glib-appinfo-watch.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/glib.scm (glib)[replacement]: New field. (glib-with-gio-patch): New variable. (glib-with-documentation): Use 'package/inherit'. Ludovic Courtès