1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Turn (back) on sound support for FreeBSD/Alpha.

This commit is contained in:
Steve Price 1999-09-25 17:23:32 +00:00
parent c11dbc0851
commit dd836828e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21947
5 changed files with 1 additions and 17 deletions

View File

@ -17,7 +17,7 @@ USE_XLIB= yes
USE_GMAKE= yes
MAKE_ENV+= GAME_DIR=${GAME_DIR} X11_PATH=${X11BASE} OPTIONS="${CFLAGS}"
.if ${MACHINE_ARCH} == "alpha"
MAKE_ENV+= SOUNDS="-DNO_SOUNDS" JOYSTICK="-DNO_JOYSTICK"
MAKE_ENV+= JOYSTICK="-DNO_JOYSTICK"
.endif
GAME_DIR=${PREFIX}/share/rocksndiamonds

View File

@ -14,10 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
.if ${MACHINE_ARCH} == "alpha"
BROKEN= no sound support on the alpha yet
.endif
USE_IMAKE= yes
MAN6= xdigger.6
MANCOMPRESSED= no

View File

@ -15,10 +15,6 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if ${MACHINE_ARCH} == "alpha"
NOSOUND= yes
.endif
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
# xgalaga has a very strange usage of these variables...

View File

@ -15,10 +15,6 @@ MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if ${MACHINE_ARCH} != "alpha"
MAKE_ENV+= SOUND=1
.endif
ALL_TARGET= linux
USE_GMAKE= yes
USE_X_PREFIX= yes

View File

@ -14,10 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= eivind@FreeBSD.org
.if ${MACHINE_ARCH} == "alpha"
BROKEN= no sound support on the alpha yet
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
NO_INSTALL_MANPAGES=yes