diff options
Diffstat (limited to 'main/libdrm/man-makefile.patch')
-rw-r--r-- | main/libdrm/man-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libdrm/man-makefile.patch b/main/libdrm/man-makefile.patch new file mode 100644 index 0000000000..879fbf1b85 --- /dev/null +++ b/main/libdrm/man-makefile.patch @@ -0,0 +1,11 @@ +diff --git a/configure.ac b/configure.ac +index 10cc9a4..1776610 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -348,7 +348,6 @@ AC_CONFIG_FILES([ + tests/vbltest/Makefile + include/Makefile + include/drm/Makefile +- man/Makefile + libdrm.pc]) + AC_OUTPUT |