Package: libcaca / 0.99.beta20-3

Metadata

Package Version Patches format
libcaca 0.99.beta20-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
caca config.in Avoid mentioning libdir.patch | (download)

caca-config.in | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 caca-config.in: avoid mentioning @libdir@

The upstream version of this script needs -L@libdir@ because it is
unknown whether libcaca was installed into a directory in the compiler's
default search path, but for Debian it is safe to omit that linker
option and rely on the default search path.

Avoiding all mentions of @libdir@ means the generated caca-config
script ends up identical for all architectures, allowing libcaca-dev
to become multiarch co-installable.