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:
parent
1ef8e1d1b4
commit
8677a1eef4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user