pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wezterm



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Sat Apr 18 15:00:16 UTC 2026

Modified Files:
        pkgsrc/x11/wezterm: Makefile

Log Message:
wezterm: libunwind seems to only be needed on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/wezterm/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/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.11 pkgsrc/x11/wezterm/Makefile:1.12
--- pkgsrc/x11/wezterm/Makefile:1.11    Sat Apr 18 14:56:36 2026
+++ pkgsrc/x11/wezterm/Makefile Sat Apr 18 15:00:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/04/18 14:56:36 ktnb Exp $
+# $NetBSD: Makefile,v 1.12 2026/04/18 15:00:16 ktnb Exp $
 
 # VERSION must match the output of:
 # git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S"
@@ -103,7 +103,9 @@ do-install:
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-#.include "../../lang/libunwind/buildlink3.mk"
+.if ${OPSYS} == "Darwin"
+.include "../../lang/libunwind/buildlink3.mk"
+.endif
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"



Home | Main Index | Thread Index | Old Index