pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/slop



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 28 22:32:29 UTC 2018

Modified Files:
        pkgsrc/x11/slop: Makefile

Log Message:
x11/slop: Use the "Release" build type.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/slop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/slop/Makefile
diff -u pkgsrc/x11/slop/Makefile:1.2 pkgsrc/x11/slop/Makefile:1.3
--- pkgsrc/x11/slop/Makefile:1.2        Sat Jul 28 22:22:47 2018
+++ pkgsrc/x11/slop/Makefile    Sat Jul 28 22:32:29 2018
@@ -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"



Home | Main Index | Thread Index | Old Index