pkgsrc/audio/mp3check/patches/patch-ab
tron b6c6ee7052 Initial import of new "mp3check" package:
Check MP3 files for consistency
2000-10-15 21:57:46 +00:00

17 lines
381 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $
--- tappconfig.cc.orig Thu Jul 20 22:16:21 2000
+++ tappconfig.cc Mon Sep 11 21:23:27 2000
@@ -21,7 +21,12 @@
#include <ctype.h>
#include <limits.h>
+#ifdef __NetBSD__
+#include <float.h>
+#define MAXDOUBLE DBL_MAX
+#else
#include <values.h>
+#endif
#include <stdlib.h>
#include <stdarg.h>
#include <sys/ioctl.h>