Skip to content

Commit

Permalink
sysutils/mtpfs: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent 699949d commit 492a7f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sysutils/mtpfs/Makefile
Expand Up @@ -19,9 +19,16 @@ USES= autoreconf fuse gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= cjd
GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a

USE_GNOME= glib20

GNU_CONFIGURE= yes

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>

0 comments on commit 492a7f8

Please sign in to comment.