serenity/Ports/libvorbis
Jelle Raaijmakers eb6b78b950 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 :^)
2022-08-24 12:14:18 +02:00
..
patches Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
package.sh Ports: Set correct path in .la files for libvorbis 2022-08-24 12:14:18 +02:00