diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-28 19:32:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-28 19:32:19 +0000 |
commit | 8474edb3ccc130d6c6eb89555fa8873f2b92423a (patch) | |
tree | 9bc21b566f742e85000918b4aedb783959938cbb /sysutils/e2fsprogs | |
parent | 1debab6cda13557ceab60f935edcdbd073182b3c (diff) |
misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN
After r450705 www/firefox requires -libuuid via audio/jack. Both slaves
built fine on 11.0, 11.1 and 12.0 aarch64.
Pointy hat to: mandree (r450553)
Notes
Notes:
svn path=/head/; revision=450861
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 665d6631fe90..8721b9a3e28d 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -18,7 +18,9 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} PORTSCOUT= ignore # cannot handle the version in the directory +.if !defined(MASTERDIR) BROKEN_aarch64= fails to link: missing sbrk +.endif USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project |