games/pcsxr: Included cdrom and alsa support

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
M.Dinslage 2011-03-06 12:31:03 -06:00 committed by Robby Workman
parent 811b02e9c9
commit b0ee7d0130
3 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,3 @@ support for both Windows and GNU/Linux as well as many bugfixes and
improvements.
This package conflicts with pcsx-df. Both cannot be installed at the same time!

View File

@ -6,7 +6,7 @@
PRGNAM=pcsxr
VERSION=${VERSION:-1.9.92}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -61,8 +61,9 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--enable-alsa=yes \
--enable-sound=alsa \
--enable-opengl \
--enable-libcdio \
--build=$ARCH-slackware-linux
make

View File

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980{at}gmail{dot}com"
APPROVED="dsomero"
APPROVED="rworkman"