pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/maim



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 28 22:33:15 UTC 2018

Modified Files:
        pkgsrc/x11/maim: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/maim/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/maim/Makefile
diff -u pkgsrc/x11/maim/Makefile:1.1 pkgsrc/x11/maim/Makefile:1.2
--- pkgsrc/x11/maim/Makefile:1.1        Sat Jul 28 15:23:24 2018
+++ pkgsrc/x11/maim/Makefile    Sat Jul 28 22:33:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/28 15:23:24 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/28 22:33:15 nia Exp $
 
 DISTNAME=      maim-5.5.2
 CATEGORIES=    x11
@@ -15,6 +15,8 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
+
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index