Terminal: fix build with gcc-10
This commit is contained in:
parent
e5cd09ec87
commit
9954360198
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ version=0.9.9
|
|||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="gnustep-make gcc-objc"
|
||||
make_build_args="OBJCFLAGS=-fcommon messages=yes"
|
||||
hostmakedepends="gnustep-make gcc-objc which"
|
||||
makedepends="gnustep-base-devel gnustep-gui-devel"
|
||||
depends="gnustep-base gnustep-gui gnustep-back"
|
||||
short_desc="Terminal emulator for GNUstep"
|
||||
|
|
Loading…
Reference in a new issue