diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/sdl1/sdl-config.patch | |
Diffstat (limited to 'vcpkg/ports/sdl1/sdl-config.patch')
| -rw-r--r-- | vcpkg/ports/sdl1/sdl-config.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/sdl1/sdl-config.patch b/vcpkg/ports/sdl1/sdl-config.patch new file mode 100644 index 0000000..0851ade --- /dev/null +++ b/vcpkg/ports/sdl1/sdl-config.patch @@ -0,0 +1,13 @@ +diff --git a/sdl-config.in b/sdl-config.in +index e0fcc0c..de602d8 100644 +--- a/sdl-config.in ++++ b/sdl-config.in +@@ -1,6 +1,7 @@ + #!/bin/sh + +-prefix=@prefix@ ++DIRNAME=$(dirname $0) ++prefix=$(CDPATH= cd -- "${DIRNAME%/tools/sdl1/*}" && pwd -P) + exec_prefix=@exec_prefix@ + exec_prefix_set=no + libdir=@libdir@ |