View | Details | Raw Unified | Return to bug 50870
Collapse All | Expand All

(-)scummvm/Makefile (-3 / +4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	scummvm
8
PORTNAME=	scummvm
9
PORTVERSION=	0.3.0b
9
PORTVERSION=	0.3.0b
10
PORTREVISION=	1
10
CATEGORIES=	games emulators
11
CATEGORIES=	games emulators
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-21 Link Here
15
MAINTAINER=	flynn@energyhq.homeip.net
16
MAINTAINER=	flynn@energyhq.homeip.net
16
COMMENT=	Free implementation of LucasArts S.C.U.M.M. interpreter
17
COMMENT=	Free implementation of LucasArts S.C.U.M.M. interpreter
17
18
18
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
19
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
20
		mad.1:${PORTSDIR}/audio/mad
19
21
20
USE_GMAKE=	yes
22
USE_GMAKE=	yes
21
WRKSRC=         ${WRKDIR}/${PORTNAME}-0.3.0
23
WRKSRC=         ${WRKDIR}/${PORTNAME}-0.3.0
Lines 32-39 Link Here
32
		${WRKSRC}/backends/sdl/build.rules
34
		${WRKSRC}/backends/sdl/build.rules
33
35
34
post-configure:
36
post-configure:
35
	@${REINPLACE_CMD} -e 's@-lmad@@g; \
37
	@${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' \
36
			s@:= -g -O@+= ${CFLAGS}@' \
37
		${WRKSRC}/Makefile
38
		${WRKSRC}/Makefile
38
39
39
do-install:
40
do-install:
(-)scummvm/files/patch-sound::mixer.h (-11 lines)
Lines 1-11 Link Here
1
--- sound/mixer.h.orig	Wed Jan  1 13:21:10 2003
2
+++ sound/mixer.h	Wed Jan  1 13:21:41 2003
3
@@ -25,6 +25,8 @@
4
 
5
 #include <stdio.h>
6
 
7
+#undef USE_MAD
8
+
9
 #ifdef USE_MAD
10
 #include <mad.h>
11
 #endif

Return to bug 50870