1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/midori: Workaround build issue with llvm 15

New defaults in llvm cause midori to fail to build.

Due to it being coded using the vala language, it is not easy to
fix this specific iussue, so work around it by adding a compiler
flag to disable the warning causing the failure.

Reported by:	pkg-fallout
This commit is contained in:
Guido Falsi 2023-02-11 14:30:00 +01:00
parent 1ef8e1d1b4
commit 8677a1eef4

View File

@ -28,7 +28,7 @@ USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \
CPE_VENDOR= midori-browser
CFLAGS+= -Wno-return-type
CFLAGS+= -Wno-int-conversion -Wno-return-type
CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF
USE_LDCONFIG= yes