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

Collapse All | Expand All

(-)b/games/xmoto/Makefile (-6 / +6 lines)
Lines 21-26 USE_GNOME= libxml2 Link Here
21
USE_SDL=	sdl2 mixer2 ttf2 net2
21
USE_SDL=	sdl2 mixer2 ttf2 net2
22
USE_GL=		gl glu
22
USE_GL=		gl glu
23
23
24
# ensure bundled depends are not used
25
EXTRACT_AFTER_ARGS=	--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/bzip2 \
26
			--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/lua \
27
			--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/xdgbasedir \
28
			--no-same-owner --no-same-permissions
29
24
PORTDOCS=	README.md ChangeLog
30
PORTDOCS=	README.md ChangeLog
25
PORTDATA=	*
31
PORTDATA=	*
26
32
Lines 35-46 ASIAN_TTF_RUN_DEPENDS= ${ASIAN_FONT_PATH}:chinese/arphicttf Link Here
35
NLS_USES=	gettext
41
NLS_USES=	gettext
36
NLS_CMAKE_BOOL=	USE_GETTEXT
42
NLS_CMAKE_BOOL=	USE_GETTEXT
37
43
38
# ensure bundled depends are not used
39
post-extract:
40
.for d in bzip2 lua xdgbasedir
41
	@${RM} -r ${WRKSRC}/vendor/${d}
42
.endfor
43
44
post-patch:
44
post-patch:
45
	@${REINPLACE_CMD} \
45
	@${REINPLACE_CMD} \
46
		-e "s|find_package(Lua|& ${LUA_VER} REQUIRED EXACT|" \
46
		-e "s|find_package(Lua|& ${LUA_VER} REQUIRED EXACT|" \

Return to bug 278753