svn commit: r408744 - head/net-im/prosody

David Thiel lx at FreeBSD.org
Fri Feb 12 18:16:17 UTC 2016


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 at daniel.priv.no
  Obtained from:	mikael.urankar at 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


More information about the svn-ports-all mailing list