WARNING: [license.mk] Every package should define a LICENSE. ===> Building for lmclock-1.2nb1 clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -c lmclock.c lmclock.c:33:17: warning: unused variable 'cs' [-Wunused-variable] XCharStruct cs; ^ lmclock.c:158:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = strrchr(s, '/')) ~~^~~~~~~~~~~~~~~~~ lmclock.c:158:11: note: place parentheses around the assignment to silence this warning if (t = strrchr(s, '/')) ^ ( ) lmclock.c:158:11: note: use '==' to turn this assignment into an equality comparison if (t = strrchr(s, '/')) ^ == lmclock.c:164:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(int argc, char **argv) ^ int lmclock.c:224:2: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(2); ^ lmclock.c:224:2: note: include the header or explicitly provide a declaration for 'exit' lmclock.c:286:2: warning: call to undeclared function 'sleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sleep(30); ^ 5 warnings generated. rm -f lmclock._man if test -z "" ; then cd `dirname lmclock` && ln -s `basename lmclock.man` `basename lmclock._man`; else /usr/bin/cpp -undef -traditional -D__GNUC__ -D__apploaddir__=/opt/pkg/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\ /'` X.Org" < lmclock.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\/' >lmclock._man; fi rm -f lmclock clang -o lmclock -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -L/opt/pkg/lib -L/opt/pkg/lib lmclock.o -lXext -lX11 -lm