aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libexecinfo/20-define-gnu-source.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-04-28 02:16:35 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-04-28 02:16:35 -0500
commite427ba6c1122c5977ee78e829c3ac42414ae5f6c (patch)
tree19ae05343c629042f7169e99f5921a5fe116fc66 /testing/libexecinfo/20-define-gnu-source.patch
parent22e8167842c2a28e0c5d400da55eb3a6da1462a3 (diff)
downloadaports-e427ba6c1122c5977ee78e829c3ac42414ae5f6c.tar.bz2
aports-e427ba6c1122c5977ee78e829c3ac42414ae5f6c.tar.xz
testing/libexecinfo: removed
Diffstat (limited to 'testing/libexecinfo/20-define-gnu-source.patch')
-rw-r--r--testing/libexecinfo/20-define-gnu-source.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/libexecinfo/20-define-gnu-source.patch b/testing/libexecinfo/20-define-gnu-source.patch
deleted file mode 100644
index 0ba1fc1f7e..0000000000
--- a/testing/libexecinfo/20-define-gnu-source.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- execinfo.c.orig
-+++ execinfo.c
-@@ -26,6 +26,7 @@
- * $Id: execinfo.c,v 1.3 2004/07/19 05:21:09 sobomax Exp $
- */
-
-+#define _GNU_SOURCE
- #include <sys/types.h>
- #include <sys/uio.h>
- #include <dlfcn.h>
---- stacktraverse.c.orig
-+++ stacktraverse.c
-@@ -1,3 +1,4 @@
-+#define _GNU_SOURCE
- #include <stddef.h>
-
- #include "stacktraverse.h"
---- test.c.orig
-+++ test.c
-@@ -1,3 +1,4 @@
-+#define _GNU_SOURCE
- #include <stdio.h>
- #include <stdlib.h>
-