gitg/gnome-latex: work around new gcc compiler errors
This commit is contained in:
parent
9a761eff0a
commit
dd14077f5b
@ -43,6 +43,8 @@ build() {
|
||||
|
||||
# clang error from vala generated file
|
||||
export CFLAGS="${CFLAGS} -Wno-incompatible-function-pointer-types"
|
||||
# gcc errors from vala generated file
|
||||
CFLAGS+=" -Wno-incompatible-pointer-types"
|
||||
|
||||
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
||||
${MINGW_PREFIX}/bin/meson setup \
|
||||
|
||||
@ -55,6 +55,8 @@ build() {
|
||||
|
||||
# clang error from vala generated file
|
||||
export CFLAGS="${CFLAGS} -Wno-incompatible-function-pointer-types"
|
||||
# gcc errors from vala generated file
|
||||
CFLAGS+=" -Wno-incompatible-pointer-types"
|
||||
|
||||
../${_realname}-${pkgver}/configure \
|
||||
--host=${MINGW_CHOST} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user