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

(-)devel/sdl20/Makefile (-1 / +5 lines)
Lines 12-18 COMMENT= Cross-platform multimedia development API Link Here
12
USES=		pathfix cmake:outsource iconv
12
USES=		pathfix cmake:outsource iconv
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
14
15
CMAKE_ARGS+=	-DVIDEO_OPENGLES:BOOL=OFF -DPTHREADS_SEM:BOOL=OFF \
15
CMAKE_ARGS+=	-DVIDEO_OPENGLES:BOOL=OFF \
16
		-DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF
16
		-DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF
17
CMAKE_ENV+=	CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
17
CMAKE_ENV+=	CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
18
18
Lines 53-58 VIDEO_X11_DESC= X11 rendering support Link Here
53
53
54
.include <bsd.port.options.mk>
54
.include <bsd.port.options.mk>
55
55
56
.if ${OSVERSION} < 900007
57
CMAKE_ARGS+=	-DPTHREADS_SEM:BOOL=OFF
58
.endif
59
56
.if ${PORT_OPTIONS:MALSA}
60
.if ${PORT_OPTIONS:MALSA}
57
.if !${PORT_OPTIONS:MSDL_AUDIO}
61
.if !${PORT_OPTIONS:MSDL_AUDIO}
58
IGNORE=	option ALSA requires SDL_AUDIO
62
IGNORE=	option ALSA requires SDL_AUDIO

Return to bug 182137