summaryrefslogtreecommitdiff
path: root/audio/mp3check/patches/patch-ab
blob: cc0ec50a988d190aca64de1095ae47b13610f31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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>