Opened 4 years ago

Closed 4 years ago

#11259 closed defect (fixed)

COMPILER: configure unable to find sdl2-config if it can also be found via /usr/sbin

Reported by: devurandom Owned by: sev-
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

On my system /usr/sbin is a symlink to /usr/bin. It appears in $PATH before /usr/bin. Thus sdl2-config is found as /usr/sbin/sdl2-config instead of /usr/bin/sdl2-config. scummvm's configure only accepts sdl2-configs found in */bin as found in a prefix. This patch fixes it.

Attachments (1)

scummvm-2.0.0-fix-sdlpath.patch (442 bytes ) - added by devurandom 4 years ago.
scummvm-2.0.0-fix-sdlpath.patch

Download all attachments as: .zip

Change History (3)

by devurandom, 4 years ago

scummvm-2.0.0-fix-sdlpath.patch

comment:1 by raziel-, 4 years ago

Summary: configure unable to find sdl2-config if it can also be found via /usr/sbinCOMPILER: configure unable to find sdl2-config if it can also be found via /usr/sbin

comment:2 by sev-, 4 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Thanks, it was committed.

Note: See TracTickets for help on using tickets.