pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/alacritty
Module Name: pkgsrc
Committed By: tnn
Date: Sun Sep 12 14:47:34 UTC 2021
Modified Files:
pkgsrc/x11/alacritty: Makefile
Log Message:
alacritty: fix build on macOS
The package only supports using the quartz backend here, so no
X11 libraries needed.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/alacritty/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/alacritty/Makefile
diff -u pkgsrc/x11/alacritty/Makefile:1.11 pkgsrc/x11/alacritty/Makefile:1.12
--- pkgsrc/x11/alacritty/Makefile:1.11 Wed Aug 4 00:02:32 2021
+++ pkgsrc/x11/alacritty/Makefile Sun Sep 12 14:47:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/08/04 00:02:32 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2021/09/12 14:47:34 tnn Exp $
DISTNAME= alacritty-0.9.0
CATEGORIES= x11
@@ -46,11 +46,13 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/alacritty ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/alacritty.yml ${DESTDIR}${PREFIX}/share/examples/alacritty
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index