Skip to content

Commit

Permalink
audio/wavplay: fix ONLY_FOR_ARCHS
Browse files Browse the repository at this point in the history
- Remove powerpc* from ONLY_FOR_ARCHS, which were incorrectly added
  on a sole basis that the port builds. It needs to be runtested.
- Add ONLY_FOR_ARCHS_REASON to prevent such mistake in future.

PR:		261061
  • Loading branch information
AMDmi3 committed Jan 12, 2022
1 parent 527b8e6 commit 7461520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/wavplay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ COMMENT= Wav player and recorder
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING

ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
ONLY_FOR_ARCHS_REASON= does not play sound correctly due to endian issues

CFLAGS+= -D_WANT_SEMUN

Expand Down

0 comments on commit 7461520

Please sign in to comment.