1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

audio/lyrionmusicserver: enable on powerpc64*

This commit is contained in:
Piotr Kubaj
2026-05-27 21:51:22 +02:00
parent 1341feaa97
commit 8a71442372
+9 -1
View File
@@ -10,7 +10,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/License.txt
# Contains non-redistributable firmware, documentation, and images
ONLY_FOR_ARCHS= aarch64 amd64 i386
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= Only tested on these archs, set ARCHNAME to value of perl -V:archname for other platforms
BUILD_DEPENDS= nasm:devel/nasm \
@@ -104,6 +104,14 @@ ARCHNAME= amd64-freebsd-thread-multi
ARCHNAME= aarch64-freebsd-thread-multi
.endif
.if ${ARCH} == "powerpc64"
ARCHNAME= powerpc64-freebsd-thread-multi
.endif
.if ${ARCH} == "powerpc64le"
ARCHNAME= powerpc64le-freebsd-thread-multi
.endif
do-build:
cd ${WRKSRC_vendor}/CPAN && ./buildme.sh ${CONTRIB_FLAGS}