diff options
Diffstat (limited to 'graphics/xaos/files/patch-ai')
-rw-r--r-- | graphics/xaos/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xaos/files/patch-ai b/graphics/xaos/files/patch-ai new file mode 100644 index 00000000000..58ced091756 --- /dev/null +++ b/graphics/xaos/files/patch-ai @@ -0,0 +1,11 @@ +--- configure-- Thu Mar 5 03:19:12 1998 ++++ configure Wed Feb 28 14:20:17 2001 +@@ -5522,7 +5522,7 @@ + #define SVGA_DRIVER 1 + EOF + +- STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos' ++ STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp wheel $(bindir)/xaos' + DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga" + DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a" + if test "x$ac_cv_func_pthread_sighandler" = xyes; then |