Skip to content

Commit

Permalink
e2fsprogs: Disable fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 9, 2025
1 parent d504bdf commit 912172d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sysutils/e2fsprogs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ homepage https://e2fsprogs.sourceforge.net
master_sites sourceforge:project/e2fsprogs/e2fsprogs/v${version}

depends_build port:gettext \
port:pkgconfig
path:bin/pkg-config:pkgconfig

depends_lib port:gettext-runtime

patchfiles-append patch-lib__Makefile.darwin-lib.diff

configure.args-append --enable-bsd-shlibs
configure.args-append --enable-bsd-shlibs \
--disable-fuse2fs

configure.checks.implicit_function_declaration.whitelist-append strchr

Expand Down

0 comments on commit 912172d

Please sign in to comment.