aboutsummaryrefslogtreecommitdiff
path: root/audio/vgmplay
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-26 19:48:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-26 19:48:46 +0000
commit3c5eea13db0107a290a5a9b9c7fd30724a9909c4 (patch)
treec59c20d34f6f64d25b5f9780a35d12948b3a12a0 /audio/vgmplay
parent503f8c8a8a913524632d76bb47f7402d2c6134e7 (diff)
downloadports-3c5eea13db0107a290a5a9b9c7fd30724a9909c4.tar.gz
ports-3c5eea13db0107a290a5a9b9c7fd30724a9909c4.zip
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550212
Diffstat (limited to 'audio/vgmplay')
-rw-r--r--audio/vgmplay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vgmplay/Makefile b/audio/vgmplay/Makefile
index da831a0da064..b4c015c14e95 100644
--- a/audio/vgmplay/Makefile
+++ b/audio/vgmplay/Makefile
@@ -30,8 +30,9 @@ LIBAO_LIB_DEPENDS= libao.so:audio/libao
LIBAO_USES= localbase:ldflags
MAKE_ENV+= PREFIX=${LOCALBASE} ${MAKE_ENV_${ARCH}}
-MAKE_ENV_powerpc64= BYTE_ORDER=2
MAKE_ENV_powerpc= BYTE_ORDER=2
+MAKE_ENV_powerpc64= BYTE_ORDER=2
+MAKE_ENV_powerpc64le= BYTE_ORDER=1
MAKE_ENV_powerpcspe= BYTE_ORDER=2
PLIST_FILES= bin/vgmplay bin/vgm2pcm bin/vgm2wav man/man1/vgmplay.1.gz ${EXAMPLESDIR}/vgmplay.ini