FreeBSD Bugzilla – Attachment 219406 Details for
Bug 246028
games/retroarch: Fails to build with UDEV enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games.retroarch.patch
games.retroarch.patch (text/plain), 1.49 KB, created by
Vladimir Kondratyev
on 2020-11-06 22:31:01 UTC
(
hide
)
Description:
games.retroarch.patch
Filename:
MIME Type:
Creator:
Vladimir Kondratyev
Created:
2020-11-06 22:31:01 UTC
Size:
1.49 KB
patch
obsolete
>Index: games/retroarch/Makefile >=================================================================== >--- games/retroarch/Makefile (revision 551315) >+++ games/retroarch/Makefile (working copy) >@@ -24,7 +24,8 @@ > libdrm.so:graphics/libdrm \ > libass.so:multimedia/libass > BUILD_DEPENDS= vulkan-loader>0:graphics/vulkan-loader \ >- ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers >+ ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \ >+ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto > RUN_DEPENDS= retroarch-assets<=0:games/retroarch-assets > > USES= compiler:c++11-lib gmake pkgconfig python:3.6+ shebangfix ssl >@@ -61,8 +62,6 @@ > V4L_CONFIGURE_ENABLE= v4l2 > FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 > FREETYPE_CONFIGURE_ENABLE= freetype >-WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ >- ${LOCALBASE}/include/linux/kd.h:graphics/svgalib > WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland > WAYLAND_CONFIGURE_ENABLE= wayland > UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd \ >@@ -96,6 +95,11 @@ > ${WRKSRC}/memory/wii/mem2_manager.c > @${REINPLACE_CMD} -e 's|<asm/types.h>|<sys/types.h>|' \ > ${WRKSRC}/camera/drivers/video4linux2.c >+ @${REINPLACE_CMD} -e 's/#if defined(__linux__) || defined(HAVE_WAYLAND)/#if 1/g' \ >+ ${WRKSRC}/input/input_keymaps.c >+ @${REINPLACE_CMD} -e '/#include <linux\/kd\.h>/d' \ >+ ${WRKSRC}/input/drivers/udev_input.c \ >+ ${WRKSRC}/input/input_keymaps.c > > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/retroarch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246028
:
214406
|
219378
| 219406 |
231472