diff options
author | zeising <zeising@FreeBSD.org> | 2017-12-10 05:10:21 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2017-12-10 05:10:21 +0800 |
commit | 22d112cbbe08156fddeef83ac39f8ae514591891 (patch) | |
tree | 281af8284801590deb72c5f899573264cd00eea8 /graphics | |
parent | 4a67a02e1c5d9417bdf28f6813df5bfab4ca4668 (diff) | |
download | freebsd-ports-gnome-22d112cbbe08156fddeef83ac39f8ae514591891.tar.gz freebsd-ports-gnome-22d112cbbe08156fddeef83ac39f8ae514591891.tar.zst freebsd-ports-gnome-22d112cbbe08156fddeef83ac39f8ae514591891.zip |
Remove file. This is never used and never applied during patching. It
probably snuck in by mistake.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libdrm/files/amdgpu_Makefile.am | 13 |
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) - |