diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-09-01 11:58:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 25101eb557711163365fb2ca7837ea237fd0e12c (patch) | |
tree | c5aeef00d4dd63806136163cdc548d9de0f55815 /games/gens-gs | |
parent | 72e34f81f619ea8a7987b0b999b8dcfed0e2ffa6 (diff) | |
download | slackbuilds-25101eb557711163365fb2ca7837ea237fd0e12c.tar.gz |
games/gens-gs: Modified SlackBuild.
Fixed build failure on -current by removing explicit build target.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gens-gs')
-rw-r--r-- | games/gens-gs/gens-gs.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gens-gs/gens-gs.SlackBuild b/games/gens-gs/gens-gs.SlackBuild index 228c9a0def..0ebdb159cd 100644 --- a/games/gens-gs/gens-gs.SlackBuild +++ b/games/gens-gs/gens-gs.SlackBuild @@ -69,8 +69,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-opengl=$OPENGL \ - --with-nasm=$ASM \ - --build=$ARCH-slackware-linux + --with-nasm=$ASM make make install DESTDIR=$PKG |