svn commit: r467403 - head/devel/raylib
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 15 17:56:26 UTC 2018
Author: yuri
Date: Sun Apr 15 17:56:25 2018
New Revision: 467403
URL: https://svnweb.freebsd.org/changeset/ports/467403
Log:
devel/raylib: Update cmake options
Port changes:
* Turn on USE_EXTERNAL_GLFW
* Replace SHARED_RAYLIB->SHARED, STATIC_RAYLIB->STATIC as per warning in CMakeLists.txt
PR: 227527 227529
Submitted by: Thibault Payet <monwarez at mailoo.org>
Submitted by: Martin Filla <martinfilla at post.cz> (maintainer)
Modified:
head/devel/raylib/Makefile
Modified: head/devel/raylib/Makefile
==============================================================================
--- head/devel/raylib/Makefile Sun Apr 15 17:45:52 2018 (r467402)
+++ head/devel/raylib/Makefile Sun Apr 15 17:56:25 2018 (r467403)
@@ -3,6 +3,7 @@
PORTNAME= raylib
DISTVERSION= 1.9.7
DISTVERSIONSUFFIX= -dev
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= martinfilla at post.cz
@@ -20,8 +21,8 @@ USE_LDCONFIG= yes
USE_GL= gl glu
USE_XORG= ice sm x11 xcursor xext xrandr xi xinerama xxf86vm
-CMAKE_ON= SHARED_RAYLIB
-CMAKE_OFF= STATIC_RAYLIB BUILD_EXAMPLES BUILD_GAMES
+CMAKE_ON= SHARED USE_EXTERNAL_GLFW
+CMAKE_OFF= STATIC BUILD_EXAMPLES BUILD_GAMES
PLIST_FILES= include/raylib.h \
lib/libraylib.so \
More information about the svn-ports-all
mailing list