svn commit: r549846 - head/net-im/uTox

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 20:50:09 UTC 2020


Author: linimon
Date: Wed Sep 23 20:50:08 2020
New Revision: 549846
URL: https://svnweb.freebsd.org/changeset/ports/549846

Log:
  Allow building on powerpc64le.
  
  While here, pet portlint (stray whitespace at EOL).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/uTox/Makefile

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Wed Sep 23 20:40:08 2020	(r549845)
+++ head/net-im/uTox/Makefile	Wed Sep 23 20:50:08 2020	(r549846)
@@ -46,12 +46,13 @@ _LLD_EMUL_armv7=	armelf_fbsd
 _LLD_EMUL_i386=		elf_i386_fbsd
 _LLD_EMUL_powerpc=	elf32ppc_fbsd
 _LLD_EMUL_powerpc64=	elf64ppc_fbsd
+_LLD_EMUL_powerpc64le=	elf64ppc_fbsd
 
 post-patch:
 	@${REINPLACE_CMD} 's,[[:<:]]ld[[:>:]],ld -m${_LLD_EMUL_${ARCH}},' \
 		${WRKSRC}/src/xlib/CMakeLists.txt
 .endif
-	
+
 do-test:
 	@cd ${TEST_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \


More information about the svn-ports-head mailing list