1
0
forked from ports/contrib

yersinia: fix build against gcc 10

This commit is contained in:
Alexandr Savca 2020-12-10 20:01:36 +02:00
parent 730ffb6601
commit 4a0c5dcc2a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF333kjldimwlKJkjKyFk49d0mvVJTfQD3DY4cC9lHlE39Z9LJkmUWTdK0B3YTmcMRmzr8n4pboFHcmH/+3PDNkwY=
SHA256 (Pkgfile) = bacf380686123c4d273ec1118b397853a4fd89df9a537dc9518d91c674d1c4cc
RWSagIOpLGJF36PqhmndkfdUp3EwhGICUfAK7stO8NUwiW3iD4yptL6SU9xpVrza9gBQ/s1Z03XJZUlpzitxqK+mFLJCMc9iHA4=
SHA256 (Pkgfile) = 31d4644921a5b400fe68b49868ac0aa906d6c4e99ace2cce9d8ab0f7933f522f
SHA256 (.footprint) = dfaa95c17b8f1d38c45ed71e4898698e726740b927a2e3902de2f1fba4144a37
SHA256 (yersinia-15d41ffd722eb3510c6b51d878bc52f88fa8b6a8.tar.gz) = 0247c2501bf73193591d2d5fcf987e097d582940d95cabc5389d72ce6e058f49
SHA256 (0001-gtk-interface.c-respect-system-font.patch) = 0fff0da7ee08563c1fc7923c16172948f5af668d418e5a76eb5e6cce46dfd41d

View File

@ -14,7 +14,7 @@ build() {
cd $name-$_commit
# remove default debug/optimization flags
sed -i -e "/CFLAGS=\"/s/-O3 -Wall -g /$CFLAGS -Wall /g" configure.ac
sed -i -e "/CFLAGS=\"/s/-O3 -Wall -g/$CFLAGS -Wall -fcommon/g" configure.ac
# font-fix
patch -p1 < $SRC/0001-gtk-interface.c-respect-system-font.patch