diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template index 261d010f924..35fca3222f8 100644 --- a/srcpkgs/bochs/template +++ b/srcpkgs/bochs/template @@ -13,6 +13,6 @@ distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz" checksum="a4354eeb699662da869b038e225160ec726b883f1b4f425a06cf56cbffbb8282" do_build() { - sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile - make -j 1 + sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile + make -j 1 }