svn commit: r458402 - in head/games: ioquake3 irrlamb minetest openomf spacezero supertuxkart

Jan Beich jbeich at FreeBSD.org
Mon Jan 8 10:43:04 UTC 2018


Kirill Ponomarev <krion at FreeBSD.org> writes:

> Modified: head/games/ioquake3/Makefile
> ==============================================================================
> --- head/games/ioquake3/Makefile	Mon Jan  8 09:29:26 2018	(r458401)
> +++ head/games/ioquake3/Makefile	Mon Jan  8 10:38:20 2018	(r458402)
> @@ -54,6 +54,7 @@ MAKE_ARGS+=	DEFAULT_BASEDIR="${Q3DIR}" \
>  ALL_TARGET=	release
>  
>  LIBDIR=		lib/${PORTNAME}${PKGNAMESUFFIX}
> +LLD_UNSAFE=	yes
>  DOCSDIR=	share/doc/${PORTNAME}${PKGNAMESUFFIX}
>  BUILDDIR=	${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH}
>  BINSUFFIX?=

This breaks existing style in Makefile. Please, move the line after
ALL_TARGET or after USES.


More information about the svn-ports-all mailing list