diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 18:29:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-04 03:44:27 +0200 |
commit | d9ca56838e7f56766cc0c9006ace5c8f134a25d8 (patch) | |
tree | 20016ad25483e44eb07317c2294fe2a4ad2b8c5b /devel | |
parent | 8e44ab50f2c9d3caa772b03c4c39625a66d68c6d (diff) | |
download | freebsd-ports-d9ca56838e7f56766cc0c9006ace5c8f134a25d8.zip |
devel/util-linux: Mark BROKEN on 14
- Fails to build with ld: error: undefined symbol: bswap32
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/util-linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile index 7ec562da92ff..7563d2a3e949 100644 --- a/devel/util-linux/Makefile +++ b/devel/util-linux/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/karelzak/util-linux LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_14= ld: error: undefined symbol: bswap32 + LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash |