Opened 5 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)
Change History (3)
by , 5 years ago
Attachment: | scummvm-2.0.0-fix-sdlpath.patch added |
---|
comment:1 by , 4 years ago
Summary: | configure unable to find sdl2-config if it can also be found via /usr/sbin → COMPILER: configure unable to find sdl2-config if it can also be found via /usr/sbin |
---|
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks, it was committed.
Note:
See TracTickets
for help on using tickets.
scummvm-2.0.0-fix-sdlpath.patch