diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-17 10:38:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-17 10:38:30 +0000 |
commit | 0373d0e4db26c2b67a5e0a62c6b6fdcf0f768615 (patch) | |
tree | 9e0535e568d3446f2d7d2d1026d8b2de26e1f512 | |
parent | 74e5e1ac4cf02f8ba343613ec3a1bc9f183c4a7a (diff) |
audio/lame: fix build on riscv64
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 5cca6456447a..5287c5cd8eca 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -12,8 +12,6 @@ COMMENT= Fast MP3 encoder kit LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h - USES= gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes |