pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/kicad



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 16 07:44:51 UTC 2024

Modified Files:
        pkgsrc/cad/kicad: options.mk

Log Message:
kicad: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cad/kicad/options.mk

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

Modified files:

Index: pkgsrc/cad/kicad/options.mk
diff -u pkgsrc/cad/kicad/options.mk:1.4 pkgsrc/cad/kicad/options.mk:1.5
--- pkgsrc/cad/kicad/options.mk:1.4     Mon Dec  9 21:20:52 2024
+++ pkgsrc/cad/kicad/options.mk Mon Dec 16 07:44:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2024/12/09 21:20:52 bsiegert Exp $
+# $NetBSD: options.mk,v 1.5 2024/12/16 07:44:51 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kicad
 PKG_SUPPORTED_OPTIONS= ng-spice wayland
@@ -15,7 +15,7 @@ CMAKE_CONFIGURE_ARGS+=                -DKICAD_SPICE=OF
 
 .if !empty(PKG_OPTIONS:Mwayland)
 .  include "../../devel/wayland/buildlink3.mk"
-CMAKE_ARGS+=   -DKICAD_WAYLAND=ON
+CMAKE_CONFIGURE_ARGS+=   -DKICAD_WAYLAND=ON
 # This conditional matches the conditional in Makefile
 # so that it's effectively a test for whether
 # KICAD_USE_EGL is enabled.
@@ -25,5 +25,5 @@ PKG_FAIL_REASON+= "KICAD_WAYLAND CMake o
 PKG_FAIL_REASON+= "for KICAD_WAYLAND in CMakeLists.txt."
 .  endif
 .else
-CMAKE_ARGS+=   -DKICAD_WAYLAND=OFF
+CMAKE_CONFIGURE_ARGS+=   -DKICAD_WAYLAND=OFF
 .endif



Home | Main Index | Thread Index | Old Index