View | Details | Raw Unified | Return to bug 246028 | Differences between
and this patch

Collapse All | Expand All

(-)games/retroarch/Makefile (+3 lines)
Lines 66-71 Link Here
66
WAYLAND_CONFIGURE_ENABLE=	wayland
66
WAYLAND_CONFIGURE_ENABLE=	wayland
67
UDEV_LIB_DEPENDS=	libudev.so:devel/libudev-devd \
67
UDEV_LIB_DEPENDS=	libudev.so:devel/libudev-devd \
68
			libepoll-shim.so:devel/libepoll-shim
68
			libepoll-shim.so:devel/libepoll-shim
69
UDEV_BUILD_DEPENDS=	${LOCALBASE}/include/linux/kd.h:graphics/svgalib
69
UDEV_CFLAGS=		-I${LOCALBASE}/include/libepoll-shim
70
UDEV_CFLAGS=		-I${LOCALBASE}/include/libepoll-shim
70
UDEV_LDFLAGS=		-L${LOCALBASE}/lib -lepoll-shim
71
UDEV_LDFLAGS=		-L${LOCALBASE}/lib -lepoll-shim
71
UDEV_CONFIGURE_ENABLE=	udev
72
UDEV_CONFIGURE_ENABLE=	udev
Lines 95-100 Link Here
95
		${WRKSRC}/memory/wii/mem2_manager.c
96
		${WRKSRC}/memory/wii/mem2_manager.c
96
	@${REINPLACE_CMD} -e 's|<asm/types.h>|<sys/types.h>|' \
97
	@${REINPLACE_CMD} -e 's|<asm/types.h>|<sys/types.h>|' \
97
		${WRKSRC}/camera/drivers/video4linux2.c
98
		${WRKSRC}/camera/drivers/video4linux2.c
99
	@${REINPLACE_CMD} -e 's/#if defined(__linux__) || defined(HAVE_WAYLAND)/#if 1/g' \
100
		${WRKSRC}/input/input_keymaps.c
98
101
99
post-install:
102
post-install:
100
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/retroarch
103
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/retroarch

Return to bug 246028