From 8a50f3d99e06390845218a9b7d5105b4700172e7 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 28 Jul 2018 22:32:29 +0000 Subject: [PATCH] x11/slop: Use the "Release" build type. --- x11/slop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 29f8b4d1f1c8..af0de67fcfbf 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/07/28 22:22:47 nia Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/28 22:32:29 nia Exp $ DISTNAME= slop-7.4 CATEGORIES= x11 @@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_CMAKE= yes +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" + .include "../../graphics/glew/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/glm/buildlink3.mk"