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

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.8 2006/07/02 10:28:50 rillig Exp $
--- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003
+++ Src/umathmodule.c Sat Aug 2 01:10:43 2003
@@ -1,9 +1,9 @@
+#include <math.h>
#include "Python.h"
#include "Numeric/arrayobject.h"
#include "Numeric/ufuncobject.h"
#include "abstract.h"
-#include <math.h>
#ifndef CHAR_BIT
#define CHAR_BIT 8