pkgsrc/audio/flac/patches/patch-az
rillig 3e429219c8 Added a patch for Linux.
Fixed pkglint warnings.
2009-06-05 20:47:30 +00:00

14 lines
376 B
Text

$NetBSD: patch-az,v 1.1 2009/06/05 20:47:30 rillig Exp $
memcpy() needs this.
--- examples/cpp/encode/file/main.cpp.orig 2007-09-13 17:58:03.000000000 +0200
+++ examples/cpp/encode/file/main.cpp 2009-06-05 22:39:37.000000000 +0200
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"