pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/maim x11/maim: Use the "Release" build type.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9481bd6b04c2
branches:  trunk
changeset: 310980:9481bd6b04c2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 28 22:33:15 2018 +0000

description:
x11/maim: Use the "Release" build type.

diffstat:

 x11/maim/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5344850005fe -r 9481bd6b04c2 x11/maim/Makefile
--- a/x11/maim/Makefile Sat Jul 28 22:32:29 2018 +0000
+++ b/x11/maim/Makefile Sat Jul 28 22:33:15 2018 +0000
@@ -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_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