pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Nov 11 14:24:29 UTC 2025

Modified Files:
        pkgsrc/x11/qt6-qtbase: Makefile

Log Message:
Fix check for eglext.h - unbreak build on netbsd-11


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/x11/qt6-qtbase/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/qt6-qtbase/Makefile
diff -u pkgsrc/x11/qt6-qtbase/Makefile:1.60 pkgsrc/x11/qt6-qtbase/Makefile:1.61
--- pkgsrc/x11/qt6-qtbase/Makefile:1.60 Tue Nov 11 12:34:13 2025
+++ pkgsrc/x11/qt6-qtbase/Makefile      Tue Nov 11 14:24:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2025/11/11 12:34:13 adam Exp $
+# $NetBSD: Makefile,v 1.61 2025/11/11 14:24:29 abs Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt6-qtbase-${QTVERSION}
@@ -247,7 +247,7 @@ PLIST.x11=  yes
 PLIST.egl=     yes
 .    if exists(${X11BASE}/include/EGL/eglext.h)
 EGL_EXT_FILE=  cat ${X11BASE}/include/EGL/eglext.h
-.      if ${EGL_EXT_FILE:sh} == EGL_DRM_MASTER_FD_EXT
+.      if !empty(EGL_EXT_FILE:sh:MEGL_DRM_MASTER_FD_EXT)
 PLIST.egldevice=       yes
 .      endif
 .    endif



Home | Main Index | Thread Index | Old Index