aboutsummaryrefslogtreecommitdiff
path: root/net-im/uTox
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 20:50:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 20:50:08 +0000
commit777f5ca83049bd939cd4244326a374c7e26b23b2 (patch)
tree7122902ffbf1998a90e3813b00ce873fbf3eddf8 /net-im/uTox
parent79071923d057703f223717d917dea99f6a9ccffd (diff)
downloadports-777f5ca83049bd939cd4244326a374c7e26b23b2.tar.gz
ports-777f5ca83049bd939cd4244326a374c7e26b23b2.zip
Allow building on powerpc64le.
While here, pet portlint (stray whitespace at EOL). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549846
Diffstat (limited to 'net-im/uTox')
-rw-r--r--net-im/uTox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index dcf213fa8c02..d2c11c374359 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -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} \