pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/zutty



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 22 10:22:05 UTC 2025

Modified Files:
        pkgsrc/x11/zutty: Makefile

Log Message:
zutty: on NetBSD, only works with modular X

Needs GLES3/gl31.h, which the base system doesn't provide.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/zutty/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/zutty/Makefile
diff -u pkgsrc/x11/zutty/Makefile:1.2 pkgsrc/x11/zutty/Makefile:1.3
--- pkgsrc/x11/zutty/Makefile:1.2       Thu Feb  1 10:29:00 2024
+++ pkgsrc/x11/zutty/Makefile   Wed Jan 22 10:22:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/02/01 10:29:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/22 10:22:05 wiz Exp $
 
 DISTNAME=      7e481c04507e9b5cacfe67fe2b96bdb449b08726
 PKGNAME=       zutty-0.15
@@ -22,6 +22,12 @@ WRKSRC=              ${WRKDIR}/zutty-${DISTNAME:C/(.
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/*.org ${DESTDIR}${PREFIX}/share/doc/zutty
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${X11_TYPE} != "modular"
+BROKEN=                "Needs GLES3/gl31.h header."
+.endif
+
 .include "../../devel/waf/waf.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index