diff --git a/srcpkgs/wmii/template b/srcpkgs/wmii/template index 0c0a06a3bfa..5cc56b5a148 100644 --- a/srcpkgs/wmii/template +++ b/srcpkgs/wmii/template @@ -14,7 +14,7 @@ checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/12036/steps/shell_3/logs/stdio" -do_build(){ +do_build() { LDFLAGS+=" -lX11 -lXrender" make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB PREFIX=/usr }