gentoo-ebuilds/media-tv/ivtv-utils/files/ivtv-utils-1.4.1-redefine.patch
James Le Cuirot b0c6930a65
media-tv/ivtv-utils: Fix musl by patching out bad redefine
Closes: https://bugs.gentoo.org/833882
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-07-26 21:39:12 +01:00

12 lines
434 B
Diff

This is already defined in linux/fb.h, and the int type is wrong anyway.
diff -Naur a/utils/linux/ivtvfb.h b/utils/linux/ivtvfb.h
--- a/utils/linux/ivtvfb.h 2024-07-26 21:36:14.167005194 +0100
+++ b/utils/linux/ivtvfb.h 2024-07-26 21:36:23.785286007 +0100
@@ -32,6 +32,5 @@
};
#define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
-#define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)
#endif