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

Collapse All | Expand All

(-)b/games/xray_re-tools/Makefile (-1 / +4 lines)
Lines 15-20 USE_GITHUB= yes Link Here
15
GH_ACCOUNT=	abramcumner
15
GH_ACCOUNT=	abramcumner
16
GH_TAGNAME=	52721d2
16
GH_TAGNAME=	52721d2
17
17
18
EXTRACT_AFTER_ARGS=	--exclude "sources/3rd party/libogg" \
19
			--exclude "sources/3rd party/libvorbis" \
20
			--exclude "sources/3rd party/nvtt"
21
18
MAKEFILE=	${FILESDIR}/Makefile
22
MAKEFILE=	${FILESDIR}/Makefile
19
BUILD_WRKSRC=	${WRKSRC}/sources
23
BUILD_WRKSRC=	${WRKSRC}/sources
20
WITHOUT_FBSD10_FIX=	yes
24
WITHOUT_FBSD10_FIX=	yes
Lines 24-30 PLIST_FILES= bin/xr_converter Link Here
24
28
25
post-extract:
29
post-extract:
26
	@${MV} ${WRKSRC}/sources/3rd\ party ${WRKSRC}/sources/3rd-party
30
	@${MV} ${WRKSRC}/sources/3rd\ party ${WRKSRC}/sources/3rd-party
27
	@cd ${WRKSRC}/sources/3rd-party && ${RM} -r libogg libvorbis nvtt
28
	@${MV} ${WRKSRC}/sources/utils/converter/opcode/Ice/IceTrilist.h \
31
	@${MV} ${WRKSRC}/sources/utils/converter/opcode/Ice/IceTrilist.h \
29
		${WRKSRC}/sources/utils/converter/opcode/Ice/IceTriList.h
32
		${WRKSRC}/sources/utils/converter/opcode/Ice/IceTriList.h
30
	@${LN} -s StdAfx.h ${WRKSRC}/sources/utils/converter/opcode/Stdafx.h
33
	@${LN} -s StdAfx.h ${WRKSRC}/sources/utils/converter/opcode/Stdafx.h

Return to bug 278754