pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 12 08:26:01 UTC 2022

Modified Files:
        pkgsrc/mk/configure: cmake.mk

Log Message:
cmake.mk: strip only for targets have USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mk/configure/cmake.mk

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

Modified files:

Index: pkgsrc/mk/configure/cmake.mk
diff -u pkgsrc/mk/configure/cmake.mk:1.23 pkgsrc/mk/configure/cmake.mk:1.24
--- pkgsrc/mk/configure/cmake.mk:1.23   Fri Aug  5 18:54:43 2022
+++ pkgsrc/mk/configure/cmake.mk        Fri Aug 12 08:26:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: cmake.mk,v 1.23 2022/08/05 18:54:43 adam Exp $
+# $NetBSD: cmake.mk,v 1.24 2022/08/12 08:26:01 adam Exp $
 #
 # This file handles packages that use CMake as their primary build
 # system. For more information about CMake, see http://www.cmake.org/.
@@ -45,7 +45,7 @@
 
 _CMAKE_DIR=    ${BUILDLINK_DIR}/cmake-Modules
 
-.if ${INSTALL_UNSTRIPPED:Uno:tl} != yes
+.if !empty(USE_LANGUAGES) && ${INSTALL_UNSTRIPPED:Uno:tl} != yes
 INSTALL_TARGET?=       install/strip
 .endif
 



Home | Main Index | Thread Index | Old Index