aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-11-14 06:26:18 +0800
committermva <mva@FreeBSD.org>2013-11-14 06:26:18 +0800
commit1c9b7a091ecc7ceb37fe1d610c93943820f0481c (patch)
tree3a239d1dc1eb8c62d6ecf8d2cba49d5a06e63694
parent1ceec114da613ece77d84bd61de00d358ede2509 (diff)
downloadfreebsd-ports-gnome-1c9b7a091ecc7ceb37fe1d610c93943820f0481c.tar.gz
freebsd-ports-gnome-1c9b7a091ecc7ceb37fe1d610c93943820f0481c.tar.zst
freebsd-ports-gnome-1c9b7a091ecc7ceb37fe1d610c93943820f0481c.zip
- Enable posix semaphores support
PR: ports/182137 Submitted by: Jan Beich <jbeich@tormail.org>
-rw-r--r--devel/sdl20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index 7d9bb3dda20d..9a67f17398a4 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -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 \