pkgsrc/audio/libtunepimp/patches/patch-ah
2011-01-29 21:15:11 +00:00

12 lines
329 B
Text

$NetBSD: patch-ah,v 1.1 2011/01/29 21:15:11 markd Exp $
fix build with gcc4.3
--- lib/c_wrapper.cpp.orig 2006-11-18 10:52:33.000000000 +0000
+++ lib/c_wrapper.cpp
@@ -25,4 +25,5 @@
----------------------------------------------------------------------------*/
+#include <stdlib.h>
#include "tunepimp.h"
#include "mutex.h"