diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-08-24 00:29:16 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-24 12:14:18 +0200 |
commit | eb6b78b9505844ae621ffa9b644de937bd32494e (patch) | |
tree | 194bb193de4af9cd425b76094d08fba536dae72a /Base/res/emoji/U+1F578.png | |
parent | 1a9d4ffecfd59ec50d3067243436f41d42344624 (diff) | |
download | serenity-eb6b78b9505844ae621ffa9b644de937bd32494e.zip |
Ports: Set correct path in `.la` files for libvorbis
These libtool archives incorrectly pointed to `/usr/local` causing
other ports not to be able to find the libvorbis libraries.
We cannot use `configure --prefix=...` since that will add up with our
fixed `make DESTDIR=...` logic, causing the path to be duplicated.
We can also not change that `DESTDIR` logic without influencing all
other port builds.
Finally, `configure --with-sysroot=...` doesn't work since not all
other ports (such as SDL_mixer) have a recent enough libtool to
understand the sysroot syntax.
So let's `sed` this and be done with it :^)
Diffstat (limited to 'Base/res/emoji/U+1F578.png')
0 files changed, 0 insertions, 0 deletions