svn commit: r333731 - head/devel/sdl20
Marcus von Appen
mva at FreeBSD.org
Wed Nov 13 22:26:19 UTC 2013
Author: mva
Date: Wed Nov 13 22:26:18 2013
New Revision: 333731
URL: http://svnweb.freebsd.org/changeset/ports/333731
Log:
- Enable posix semaphores support
PR: ports/182137
Submitted by: Jan Beich <jbeich at tormail.org>
Modified:
head/devel/sdl20/Makefile
Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile Wed Nov 13 22:21:35 2013 (r333730)
+++ head/devel/sdl20/Makefile Wed Nov 13 22:26:18 2013 (r333731)
@@ -2,6 +2,7 @@
PORTNAME= sdl2
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/
DISTNAME= SDL2-${PORTVERSION}
@@ -14,8 +15,7 @@ LICENSE= ZLIB
USES= pathfix cmake:outsource iconv
USE_LDCONFIG= yes
-CMAKE_ARGS+= -DVIDEO_OPENGLES:BOOL=OFF -DPTHREADS_SEM:BOOL=OFF \
- -DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF
+CMAKE_ARGS+= -DVIDEO_OPENGLES:BOOL=OFF -DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF
CMAKE_ENV+= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS_DEFINE= ALSA ASM DLOPEN ESOUND MMX NAS OSS \
More information about the svn-ports-head
mailing list