diff --git a/srcpkgs/xboxdrv/template b/srcpkgs/xboxdrv/template index 1b9c4fd89ee..29b52cec97f 100644 --- a/srcpkgs/xboxdrv/template +++ b/srcpkgs/xboxdrv/template @@ -9,6 +9,9 @@ short_desc="Xbox Gamepad Userspace Driver" maintainer="Andrea Brancaleoni " license="GPL-3" homepage="http://pingus.seul.org/~grumbel/xboxdrv/" -make_build_target=${pkgname} distfiles="https://github.com/Grumbel/${pkgname}/archive/v${version}.zip" checksum=96247450cda3184b1cfb09e2ac8758d81c6a78271b614e645399eb2a07fd3d38 + +do_build() { + scons CC=$CC CXX=$CXX CCFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LINKFLAGS="$LDFLAGS" +}