diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2024-03-22 21:27:56 +0100 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2024-03-22 21:43:17 +0100 |
commit | 860821402c33fcba31564fbd99352783ce88994d (patch) | |
tree | 1755555951f101b937d456a2c748ee861e9880a1 /www/librewolf/files/patch-toolkit_xre_glxtest.cpp | |
parent | deskutils/kdeconnect-kde: fix broken patch for the sftp_mounter (diff) |
www/librewolf: Update to 123.0-1
switch to unity-menubar from archlinux,
since it is not currently maintained by upstream.
PR: 277807
Approved by: freebsd@sysctl.cz (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-toolkit_xre_glxtest.cpp')
-rw-r--r-- | www/librewolf/files/patch-toolkit_xre_glxtest.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/librewolf/files/patch-toolkit_xre_glxtest.cpp b/www/librewolf/files/patch-toolkit_xre_glxtest.cpp deleted file mode 100644 index a054f2032cd2..000000000000 --- a/www/librewolf/files/patch-toolkit_xre_glxtest.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- toolkit/xre/glxtest/glxtest.cpp.orig 2023-05-28 22:08:21.663847000 +0200 -+++ toolkit/xre/glxtest/glxtest.cpp 2023-05-28 22:09:33.647075000 +0200 -@@ -195,9 +195,14 @@ - static void get_pci_status() { - log("GLX_TEST: get_pci_status start\n"); - -+#if defined(__FreeBSD__) -+ if (access("/dev/pci", F_OK) != 0) { -+ record_warning("cannot access /dev/pci"); -+#else - if (access("/sys/bus/pci/", F_OK) != 0 && - access("/sys/bus/pci_express/", F_OK) != 0) { - record_warning("cannot access /sys/bus/pci"); -+#endif - return; - } - |