Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 18:16:16 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408744 - head/net-im/prosody
Message-ID:  <201602121816.u1CIGGPq081689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Fri Feb 12 18:16:16 2016
New Revision: 408744
URL: https://svnweb.freebsd.org/changeset/ports/408744

Log:
  Use CC for linker instead of LD.
  
  PR:		207130
  Submitted by:	code@daniel.priv.no
  Obtained from:	mikael.urankar@gmail.com

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Fri Feb 12 17:30:29 2016	(r408743)
+++ head/net-im/prosody/Makefile	Fri Feb 12 18:16:16 2016	(r408744)
@@ -43,7 +43,7 @@ LUA_PREMK=	yes
 .include <bsd.port.pre.mk>
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--ostype=freebsd --c-compiler="${CC}" --linker="${LD}" --with-lua-include="${LUA_INCDIR}"
+CONFIGURE_ARGS+=	--ostype=freebsd --c-compiler="${CC}" --linker="${CC}" --with-lua-include="${LUA_INCDIR}"
 CONFIGURE_ENV+=	LOCALBASE="${LOCALBASE}" PREFIX="${PREFIX}" LUA_SUFFIX="-${LUA_VER}" LUA_LIBDIR="${LUA_LIBDIR}" LUA_INCDIR="${LUA_INCDIR}"
 
 SUB_FILES=	pkg-deinstall



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