=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/games/fire", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for fire-1.0nb9 --- fire.o --- gcc -DPACKAGE=\"fire\" -DVERSION=\"1.0\" -I. -I. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c fire.c fire.c: In function 'disk': fire.c:117:6: warning: type of 'x' defaults to 'int' [-Wimplicit-int] 117 | void disk(x,y,rad) | ^~~~ fire.c:117:6: warning: type of 'y' defaults to 'int' [-Wimplicit-int] fire.c:117:6: warning: type of 'rad' defaults to 'int' [-Wimplicit-int] fire.c: At top level: fire.c:339:1: warning: return type defaults to 'int' [-Wimplicit-int] 339 | main(int argc, char *argv[]) | ^~~~ --- fire --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -liconv -o fire fire.o -L/opt/local/lib -R/opt/local/lib -lSDL -lpthread -lposix4