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,13 @@
$NetBSD: patch-src_complex.h,v 1.1 2012/11/23 12:09:58 joerg Exp $
--- src/complex.h.orig 2012-11-19 17:27:32.000000000 +0000
+++ src/complex.h
@@ -22,7 +22,7 @@ typedef struct {
#ifdef __GNUC__
/* Have gcc -- inline functions. */
-#define GNUMERIC_COMPLEX_PROTO(p) p; extern __inline__ p
+#define GNUMERIC_COMPLEX_PROTO(p) p; extern __attribute__((__gnu_inline__)) __inline__ p
#define GNUMERIC_COMPLEX_BODY
#else