diff options
Diffstat (limited to 'audio/vsound')
-rw-r--r-- | audio/vsound/Makefile | 2 | ||||
-rw-r--r-- | audio/vsound/files/patch-configure | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 19376eaf687b..5b6370ea0ba4 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -12,8 +12,6 @@ WWW= http://web.archive.org/web/20210502033331/http://www.vsound.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_riscv64= fails to compile: vsound.c:101:4: Endian guess seems incorrect. - BUILD_DEPENDS= sox:audio/sox RUN_DEPENDS= sox:audio/sox diff --git a/audio/vsound/files/patch-configure b/audio/vsound/files/patch-configure index eedbb4de6b0b..e6a5f88d00ae 100644 --- a/audio/vsound/files/patch-configure +++ b/audio/vsound/files/patch-configure @@ -31,7 +31,7 @@ case "$target_cpu" in - alpha* | i?86 ) -+ alpha* | i?86 | ia64* | amd64* | aarch64 | arm* | x86_64*) ++ alpha* | i?86 | ia64* | amd64* | aarch64 | arm* | x86_64* | riscv*) ac_cv_cpu_endian_ness="little" ;; |