~ruther/guix-local

ref: 537630c5a743251024b6bbd8b4eecf8811439cc6 guix-local/gnu/packages/patches/flac-fix-memcmp-not-declared.patch -rw-r--r-- 475 bytes
537630c5 — Ludovic Courtès guix package: Separate '--remove' option processing. 12 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
See http://sourceforge.net/p/flac/bugs/364/

diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp flac-1.2.1-ae/examples/cpp/encode/file/main.cpp
--- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp	2012-12-27 20:15:11.000000000 +0100
+++ flac-1.2.1-ae/examples/cpp/encode/file/main.cpp	2012-12-27 20:25:01.000000000 +0100
@@ -30,6 +30,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "FLAC++/metadata.h"
 #include "FLAC++/encoder.h"