summaryrefslogtreecommitdiff
path: root/graphics/mesa/patches/patch-src_util_build_id_h
blob: 7ae2a09d9847b81153713fb14439eb87da6c6185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD$

Index: src/util/build_id.h
--- src/util/build_id.h.orig
+++ src/util/build_id.h
@@ -28,7 +28,7 @@
 extern "C" {
 #endif
 
-#ifdef HAVE_DL_ITERATE_PHDR
+#if defined(HAVE_DL_ITERATE_PHDR) && defined(HAVE_LD_BUILD_ID)
 
 #include <stdint.h>