Skip to content
Snippets Groups Projects
Commit 492a7f81 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

sysutils/mtpfs: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent 699949d3
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,16 @@ USES= autoreconf fuse gnome pkgconfig ...@@ -19,9 +19,16 @@ USES= autoreconf fuse gnome pkgconfig
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= cjd GH_ACCOUNT= cjd
GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a
USE_GNOME= glib20 USE_GNOME= glib20
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
PLIST_FILES= bin/mtpfs PLIST_FILES= bin/mtpfs
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk> .include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment