diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-01 17:27:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-01 17:27:24 +0000 |
commit | 0901340b7be745652a034dfc8ff33813849612a7 (patch) | |
tree | 006af119465188e89cf179ec9d297b930d3f14fe /comms/libfec | |
parent | 9b0f81f6b9fcb1e351de3772e9f6fa545f4d3cda (diff) |
- Mark BROKEN: produces unusable library
When attempling to link with libfec:
/usr/local/lib/libfec.so: undefined reference to `find_cpu_mode'
/usr/local/lib/libfec.so: undefined reference to `log'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
PR: 200182
Submitted by: amdmi3
Approved by: maintainer timeout (olgeni, 7 weeks)
Notes
Notes:
svn path=/head/; revision=391082
Diffstat (limited to 'comms/libfec')
-rw-r--r-- | comms/libfec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index 9aec53b85f79..121978c7c43f 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -12,6 +12,8 @@ DISTNAME= fec-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Several forward error correction (FEC) decoders +BROKEN= produces unusable library + MAKEFILE= makefile GNU_CONFIGURE= yes |