wmii: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
7c158fd5ce
commit
7aa1a77814
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.
|
|||
checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
|
||||
python_version=2 #unverified
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_build() {
|
||||
LDFLAGS+=" -lX11 -lXrender"
|
||||
make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB PREFIX=/usr
|
||||
|
|
Loading…
Reference in a new issue