Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 10:47:29 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458405 - head/games/ioquake3
Message-ID:  <201801081047.w08AlTl5006691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Mon Jan  8 10:47:29 2018
New Revision: 458405
URL: https://svnweb.freebsd.org/changeset/ports/458405

Log:
  Fix slyle for LLD_UNSAFE.
  
  Reported by:	jbeich

Modified:
  head/games/ioquake3/Makefile

Modified: head/games/ioquake3/Makefile
==============================================================================
--- head/games/ioquake3/Makefile	Mon Jan  8 10:41:34 2018	(r458404)
+++ head/games/ioquake3/Makefile	Mon Jan  8 10:47:29 2018	(r458405)
@@ -52,9 +52,9 @@ MAKE_ARGS+=	DEFAULT_BASEDIR="${Q3DIR}" \
 		TOOLS_CC="${CC}" \
 		USE_LOCAL_HEADERS=0
 ALL_TARGET=	release
+LLD_UNSAFE=	yes
 
 LIBDIR=		lib/${PORTNAME}${PKGNAMESUFFIX}
-LLD_UNSAFE=	yes
 DOCSDIR=	share/doc/${PORTNAME}${PKGNAMESUFFIX}
 BUILDDIR=	${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH}
 BINSUFFIX?=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081047.w08AlTl5006691>