diff options
Diffstat (limited to 'graphics/fbida/fbida.SlackBuild')
-rw-r--r-- | graphics/fbida/fbida.SlackBuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/graphics/fbida/fbida.SlackBuild b/graphics/fbida/fbida.SlackBuild index 3650067367..4e8a7477fc 100644 --- a/graphics/fbida/fbida.SlackBuild +++ b/graphics/fbida/fbida.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh - -# Slackware build script for fbida + +# Slackware build script for fbida # Modified by Luis Henrique <lmello.009@gmail.com> # (C) 2007 Michael Wagner <lapinours@web.de> @@ -24,16 +24,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fbida -VERSION=2.07 +VERSION=2.09 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -74,14 +72,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# "Patch" GNUmakefile and mk/Autoconf.mk -for i in GNUmakefile mk/Autoconf.mk; do - sed -i s,/X11R6,, $i || exit 1 -done - -# Fix rd/read-png.c (obsolete libpng declaration) -patch -p0 < $CWD/read-png.c.patch - CFLAGS="$SLKCFLAGS" make HAVE_MOTIF=no prefix=/usr make install DESTDIR=$PKG HAVE_MOTIF=no |