diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-03-26 23:34:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:56:55 +0700 |
commit | f51f75cb9a0618bcd784433175e70f687660175d (patch) | |
tree | dbf3e3d75d14e088ea0fb254fcff69a14db549f3 /games/mednafen/mednafen.SlackBuild | |
parent | da8add8a9bfce91700f0a065d4267e7629ef31c1 (diff) | |
download | slackbuilds-f51f75cb9a0618bcd784433175e70f687660175d.tar.gz |
games/mednafen: Updated for version 0.9.43 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/mednafen/mednafen.SlackBuild')
-rw-r--r-- | games/mednafen/mednafen.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/mednafen/mednafen.SlackBuild b/games/mednafen/mednafen.SlackBuild index 56a791bf01..b86b3dc477 100644 --- a/games/mednafen/mednafen.SlackBuild +++ b/games/mednafen/mednafen.SlackBuild @@ -1,9 +1,9 @@ #!/bin/sh # Slackware build script for mednafen -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - # Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright -2016 Ryan P.C. McQuen | Everett, WA +# Copyright 2017 Johannes Schoepfer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mednafen -VERSION=${VERSION:-0.9.42} +VERSION=${VERSION:-0.9.43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib$LIBDIRSUFFIX \ --sysconfdir=/etc \ --localstatedir=/var \ + --disable-static \ --build=$ARCH-slackware-linux make |