wok-current rev 23672
updated stella again (3.7.5 -> 6.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 07:58:20 2020 +0100 (2020-04-26) |
parents | 2045eca96f37 |
children | b2c9788603ac |
files | stella/receipt |
line diff
1.1 --- a/stella/receipt Sun Apr 26 07:56:47 2020 +0100 1.2 +++ b/stella/receipt Sun Apr 26 07:58:20 2020 +0100 1.3 @@ -18,9 +18,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + export CC=gcc-83 1.8 + export CXX=g++-83 1.9 + 1.10 ./configure \ 1.11 - CC=gcc-83 \ 1.12 - CXX=g++-83 \ 1.13 --prefix=/usr && 1.14 make && 1.15 make DESTDIR=$DESTDIR install