diff options
Diffstat (limited to 'audio/mp3splt-devel/patches/patch-aa')
-rw-r--r-- | audio/mp3splt-devel/patches/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/mp3splt-devel/patches/patch-aa b/audio/mp3splt-devel/patches/patch-aa new file mode 100644 index 00000000000..d250e7cd9d2 --- /dev/null +++ b/audio/mp3splt-devel/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/02/06 09:31:06 bjs Exp $ + +--- src/mp3splt.c.orig 2006-12-21 16:35:40.000000000 -0500 ++++ src/mp3splt.c +@@ -31,7 +31,14 @@ + + #include <libmp3splt/mp3splt.h> + +-#include "getopt.h" ++#if defined(HAVE_NBCOMPAT_H) ++#include <nbcompat/config.h> ++#include <nbcomat/cdefs.h> ++#include <nbcompat/getopt.h> ++#else ++#include <getopt.h> ++#endif ++ + + //constants + //we include the "config.h" file from the config options |