Skip to content

Commit

Permalink
squashfs: remove BROKEN_ON_PLATFORM+=Darwin
Browse files Browse the repository at this point in the history
Builds OK for me and at least the unsquashfs(1) tool works.
  • Loading branch information
tnn2 committed Nov 8, 2024
1 parent f5ac41b commit 553dd47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions filesystems/squashfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2023/10/03 19:26:20 scole Exp $
# $NetBSD: Makefile,v 1.10 2024/11/08 09:07:53 tnn Exp $

VERSION= 4.6.1
DISTNAME= squashfs-tools-${VERSION}
Expand Down Expand Up @@ -36,9 +36,6 @@ SQUASH_DOCS= ACKNOWLEDGEMENTS ACTIONS-README CHANGES COPYING INSTALL \
USAGE-SQFSCAT-4.6 USAGE-SQFSTAR-4.6 USAGE-UNSQUASHFS-4.6
SQUASH_MAN= mksquashfs.1 sqfscat.1 sqfstar.1 unsquashfs.1

# xxx no sigtimedwait or sigwaitinfo on mac os?
BROKEN_ON_PLATFORM= Darwin-*-*

do-install:
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
${WRKSRC}/mksquashfs ${DESTDIR}${PREFIX}/bin
Expand Down

0 comments on commit 553dd47

Please sign in to comment.