aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2017-12-09 21:10:21 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2017-12-09 21:10:21 +0000
commit21735a11563734af7f98f1c097188201830033fe (patch)
tree281af8284801590deb72c5f899573264cd00eea8 /graphics
parent8b9b88de47c4355ed2e48e5365ce9aad04151d55 (diff)
downloadports-21735a11563734af7f98f1c097188201830033fe.tar.gz
ports-21735a11563734af7f98f1c097188201830033fe.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdrm/files/amdgpu_Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/libdrm/files/amdgpu_Makefile.am b/graphics/libdrm/files/amdgpu_Makefile.am
deleted file mode 100644
index 3d89a0b2ba7c..000000000000
--- a/graphics/libdrm/files/amdgpu_Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
---- amdgpu/Makefile.am.orig 2017-07-19 09:37:32 UTC
-+++ amdgpu/Makefile.am
-@@ -31,8 +31,8 @@ AM_CFLAGS = \
- -I$(top_srcdir)/include/drm
-
- libdrmdatadir = @libdrmdatadir@
--ASIC_ID_TABLE_NUM_ENTRIES := $(shell egrep -ci '^[0-9a-f]{4},.*[0-9a-f]+,' \
-- $(top_srcdir)/data/amdgpu.ids)
-+ASIC_ID_TABLE_NUM_ENTRIES != egrep -ci '^[0-9a-f]{4},.*[0-9a-f]+,' \
-+ $(top_srcdir)/data/amdgpu.ids
- AM_CPPFLAGS = -DAMDGPU_ASIC_ID_TABLE=\"${libdrmdatadir}/amdgpu.ids\" \
- -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=$(ASIC_ID_TABLE_NUM_ENTRIES)
-