summaryrefslogtreecommitdiff
path: root/wm/3ddesktop/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-19 16:27:07 +0000
committerwiz <wiz@pkgsrc.org>2005-07-19 16:27:07 +0000
commit928941908db1af14c51d3029b77ecdf8e25c500f (patch)
tree0b50a5ddd324c1598532cdf22f707a645a72c829 /wm/3ddesktop/patches
parent3db360a4715c19ca78dde47c6c6ef2e9e8cc0723 (diff)
downloadpkgsrc-928941908db1af14c51d3029b77ecdf8e25c500f.tar.gz
PR 30781 by Geert Hendrickx:
make 3ddesktop accept software rendering. Bump PKGREVISION.
Diffstat (limited to 'wm/3ddesktop/patches')
-rw-r--r--wm/3ddesktop/patches/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/3ddesktop/patches/patch-ad b/wm/3ddesktop/patches/patch-ad
new file mode 100644
index 00000000000..d07e6d5459f
--- /dev/null
+++ b/wm/3ddesktop/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1 2005/07/19 16:27:07 wiz Exp $
+
+--- win.cpp.orig 2004-05-28 05:41:28.000000000 +0200
++++ win.cpp
+@@ -316,11 +316,10 @@ int GLWindow::create_GL_window(char *tit
+ else {
+ msgout (ERROR,
+ "glXIsDirect failed, no Direct Rendering possible!\n"
+- "Please configure hardware acceleration. Exiting.\n");
++ "3ddesktop will run slow without hardware acceleration.\n");
+ fprintf (stderr,
+ "3ddeskd: glXIsDirect failed, no Direct Rendering possible!\n"
+- "3ddeskd: Please configure hardware acceleration. Exiting.\n");
+- end_program(-1);
++ "3ddeskd: 3ddesktop will run slow without hardware acceleration.\n");
+ }
+
+