revert unwanted change.
This commit is contained in:
parent
a8d8fa29ea
commit
4e84d7d6f2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/06/04 11:26:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2002/06/08 00:48:26 espie Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS= i386 macppc sparc64
|
||||
@ -21,7 +21,6 @@ MASTER_SITES= http://www2.mplayerhq.hu/MPlayer/releases/
|
||||
#MASTER_SITES0= http://www2.mplayerhq.hu/MPlayer/Skin/
|
||||
MASTER_SITES0= http://www.sightly.net/mplayer/
|
||||
|
||||
COPTS=-O4 -fomit-frame-pointer -march=i686 -mcpu=i686
|
||||
SKIN= default
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SKIN}${EXTRACT_SUFX}:0
|
||||
|
||||
@ -47,6 +46,7 @@ CONFIGURE_STYLE= simple
|
||||
CONFIGURE_ARGS+=--as=${LOCALBASE}/${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER}/bin/as \
|
||||
--disable-alsa \
|
||||
--disable-vorbis \
|
||||
--disable-aa \
|
||||
--disable-ossaudio \
|
||||
--enable-select \
|
||||
--enable-gl \
|
||||
@ -59,8 +59,8 @@ CONFIGURE_ARGS+=--as=${LOCALBASE}/${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER}/bi
|
||||
CONFIGURE_ARGS+=--target=ppc-openbsd
|
||||
.endif
|
||||
|
||||
FLAVORS= sdl ggi debug mad win32 iconv aa
|
||||
FLAVOR?=
|
||||
FLAVORS= sdl ggi debug mad win32 iconv
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Msdl}
|
||||
CONFIGURE_ARGS+=--enable-sdl \
|
||||
@ -70,13 +70,6 @@ LIB_DEPENDS+= SDL:sdl>=1.2.4p1:devel/sdl
|
||||
CONFIGURE_ARGS+=--disable-sdl
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Maa}
|
||||
CONFIGURE_ARGS+=--enable-aa
|
||||
LIB_DEPENDS+= aa::graphics/aalib
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-aa
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mggi}
|
||||
CONFIGURE_ARGS+=--enable-ggi
|
||||
LIB_DEPENDS+= ggi::graphics/ggi
|
||||
|
Loading…
Reference in New Issue
Block a user