geeqie: fix build with gcc 10.x

This commit is contained in:
Juergen Daubert 2020-07-31 13:41:38 +00:00
parent e236c5b63f
commit 6d99b156c1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QwBBYiOrVytyXY+VllAVT3FOLBrIGLNT1EGuJ698r6XUn73g9V3l3rmRYRx0qb28gAlSPra1CwSx8y3WB4tZAs= RWSE3ohX2g5d/aOQ0VJFuzN8BzLkicxbXgGjVWmciCdlgEGk0bQUnhFwfpEqbremmqnVclY/9sqFO+JCX576QoiTPWOfUFjBNQc=
SHA256 (Pkgfile) = 05b24c44b8702828a232a58d3e36f9e865872187b42322979bc188fa15a0b8f2 SHA256 (Pkgfile) = 0e6a8605b52ac459cee3f9ab012e5038e04234fd7ad61e0c66c4751285010bb9
SHA256 (.footprint) = a8ffe8d4d84794f18e6a6c17c7b354488d815248db9dd21c0acc72e8d3db3969 SHA256 (.footprint) = a8ffe8d4d84794f18e6a6c17c7b354488d815248db9dd21c0acc72e8d3db3969
SHA256 (geeqie-1.5.1.tar.xz) = 4854d5d323c31f8f4068fd73ab2c454ff91e826c4ca4d37b22c246ad14dea10a SHA256 (geeqie-1.5.1.tar.xz) = 4854d5d323c31f8f4068fd73ab2c454ff91e826c4ca4d37b22c246ad14dea10a

View File

@ -14,7 +14,7 @@ build() {
export LINGUAS=" " export LINGUAS=" "
./configure --prefix=/usr ./configure --prefix=/usr
make make CFLAGS="$CFLAGS -fcommon"
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc rm -r $PKG/usr/share/doc
} }