pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

MesaLib: Use the existing configure test to detect sysmacros.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Aug 22 14:54:37 2019 +0100
Changeset:	fb29c1a49e7c8b9b00f7cffd3fa7391cfc0d3857

Modified Files:
	MesaLib/distinfo
	MesaLib/patches/patch-src_intel_perf_gen__perf.h

Log Message:
MesaLib: Use the existing configure test to detect sysmacros.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb29c1a49e7c8b9b00f7cffd3fa7391cfc0d3857

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 MesaLib/distinfo                                 | 2 +-
 MesaLib/patches/patch-src_intel_perf_gen__perf.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/MesaLib/distinfo b/MesaLib/distinfo
index 6866542d0d..acc1958264 100644
--- a/MesaLib/distinfo
+++ b/MesaLib/distinfo
@@ -31,7 +31,7 @@ SHA1 (patch-src_glx_glxcurrent.c) = 8b8e949eded13491c5865601253c6e7d4b06e228
 SHA1 (patch-src_glx_glxext.c) = 15c2c5e0c6b5095ce849fb86ad148aa05d7d907a
 SHA1 (patch-src_intel_compiler_brw__fs__bank__conflicts.cpp) = 6276d2c6846bb4dd08699921bec4e20202a17478
 SHA1 (patch-src_intel_isl_isl__tiled__memcpy.c) = 9b79991648ab4c39ae14df219135cd2b01c1b3c0
-SHA1 (patch-src_intel_perf_gen__perf.h) = 61198d4031df8c2ff5f856b5680f3330aedaada8
+SHA1 (patch-src_intel_perf_gen__perf.h) = cbc9c8efe6ce127b8dcb9f2c733d3427f114c5c0
 SHA1 (patch-src_intel_tools_aub__mem.c) = 6a21ecb4cfbdf216474b3be16bda441bb1390350
 SHA1 (patch-src_intel_tools_aubinator__error__decode.c) = d8f636e3c3e76763a505a1dce23de0b198ad62fa
 SHA1 (patch-src_intel_vulkan_anv__allocator.c) = da5a11c95d17d6476e7141572264a215807b8cd7
diff --git a/MesaLib/patches/patch-src_intel_perf_gen__perf.h b/MesaLib/patches/patch-src_intel_perf_gen__perf.h
index 8d7fd775d3..830c8bf937 100644
--- a/MesaLib/patches/patch-src_intel_perf_gen__perf.h
+++ b/MesaLib/patches/patch-src_intel_perf_gen__perf.h
@@ -8,7 +8,7 @@ for major() - sysmacros.h is non-portable
  #include <stdint.h>
  #include <string.h>
  
-+#ifdef __linux
++#ifdef MAJOR_IN_SYSMACROS
  #include <sys/sysmacros.h>
 +#endif
  


Home | Main Index | Thread Index | Old Index