system/bochs: Updated for version 2.6.2, fixed linking on x86_64.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Bojan Popovic 2014-01-29 16:54:07 +01:00 committed by Erik Hanson
parent 42f7e907cd
commit 767b647414
2 changed files with 17 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Slackware build script for Bochs # Slackware build script for Bochs
# Copyright 2012, Bojan Popovic, Belgrade, Serbia <bocke@slackware-srbija.org> # Copyright 2012, 2013, 2014, Bojan Popovic, Belgrade, Serbia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,8 +23,14 @@
# Modified by the slackbuilds.org project # Modified by the slackbuilds.org project
# ChangeLog:
#
# * build 2 (2014-01-29):
# New upstream version (2.6.2). Solved the problem with dynamic
# linking on x86_64.
PRGNAM=bochs PRGNAM=bochs
VERSION=${VERSION:-2.6} VERSION=${VERSION:-2.6.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -74,6 +80,12 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \; -exec chmod 644 {} \;
# We need this on x86_64 to fix a libtldl problem
libtoolize -c
rm -rf libltdl
aclocal
autoconf
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="bochs" PRGNAM="bochs"
VERSION="2.6" VERSION="2.6.2"
HOMEPAGE="http://bochs.sourceforge.net/" HOMEPAGE="http://bochs.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/bochs/bochs-2.6.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/bochs/bochs-2.6.2.tar.gz"
MD5SUM="7e25e1a4d2f7e0464e8d6381f38741d9" MD5SUM="82ecaff9826d4f29fa46f3062e2957b8"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""