aboutsummaryrefslogtreecommitdiff
path: root/graphics/libepoxy/files/patch-test_dlwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libepoxy/files/patch-test_dlwrap.c')
-rw-r--r--graphics/libepoxy/files/patch-test_dlwrap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/libepoxy/files/patch-test_dlwrap.c b/graphics/libepoxy/files/patch-test_dlwrap.c
deleted file mode 100644
index 168db144fad2..000000000000
--- a/graphics/libepoxy/files/patch-test_dlwrap.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/dlwrap.c.orig 2017-03-28 08:56:46 UTC
-+++ test/dlwrap.c
-@@ -34,6 +34,8 @@
-
- /* dladdr is a glibc extension */
- #define _GNU_SOURCE
-+/* FreeBSD needs this to make asprintf() and dlvsym() visible */
-+#define __BSD_VISIBLE 1
- #include <dlfcn.h>
-
- #include <stdbool.h>