ports/x11/xscreensaver/files/patch-hacks_glx_Makefile.in
Felix Palmen f984e47dd9 x11/xscreensaver: Adopt and clean up
Take maintainership as discussed with manu via email. Also clean up:

- Remove USES=desktop-file-utils again, the desktop files don't register
  any MIME types
- Add USES=shebangfix to fix the perl shebang, remove manual patching
- Remove MAKE_JOBS_UNSAFE, parallel builds seem to work just fine
- Format according to portclippy recommendations
- Update local patches

Approved by:	x11 (manu)
2023-10-22 18:04:02 +02:00

12 lines
348 B
Plaintext

--- hacks/glx/Makefile.in.orig 2023-10-11 00:37:06 UTC
+++ hacks/glx/Makefile.in
@@ -40,7 +40,7 @@ INSTALL = @INSTALL@
SHELL = /bin/sh
INSTALL = @INSTALL@
-SUID_FLAGS = -o root -m 4755
+SUID_FLAGS = -m 4555
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SETUID = $(INSTALL_PROGRAM) $(SUID_FLAGS)