Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
$NetBSD: patch-bi,v 1.1 2010/12/22 04:28:53 jnemeth Exp $
--- codecs/codec_resample.c.orig 2008-10-17 21:35:23.000000000 +0000
+++ codecs/codec_resample.c
@@ -37,5 +37,5 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
/* These are for SHRT_MAX and FLT_MAX -- { */
-#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__)
+#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__DragonFly__)
#include <float.h>
#else