diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-02-28 17:31:18 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-02-28 17:31:18 +0800 |
commit | bc53c0924b3e49f352cb2ef4e50b832bcb67f1f0 (patch) | |
tree | 672aa382ef36cf7fc334d55d0fa61080977e2d34 /graphics/xaos/files | |
parent | d042e78c6043709af63a0820d4426e467672202a (diff) | |
download | freebsd-ports-gnome-bc53c0924b3e49f352cb2ef4e50b832bcb67f1f0.tar.gz freebsd-ports-gnome-bc53c0924b3e49f352cb2ef4e50b832bcb67f1f0.tar.zst freebsd-ports-gnome-bc53c0924b3e49f352cb2ef4e50b832bcb67f1f0.zip |
Do not install SVGAlib support unless the user asks for it.
PR: ports/24896
Submitted by: Ilya Martynov <ilya@martynov.org>
Diffstat (limited to 'graphics/xaos/files')
-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 000000000000..58ced0917560 --- /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 |