Codebase list frei0r / b2560ac
Ensure that frei0r.pc can be shared across architectures IOhannes m zmölnig (Debian/GNU) 9 months ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Make sure that frei0r.pc is arch-independent
1 it really is, unless it encodes the DEB_HOST_GNU_TYPE in its libdir
2 Author: IOhannes m zmölnih
3 Origin: Debian
4 Forwarded: not-needed
5 Last-Update: 2025-09-08
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- frei0r.orig/frei0r.pc.in
9 +++ frei0r/frei0r.pc.in
10 @@ -1,6 +1,6 @@
11 prefix=@prefix@
12 exec_prefix=@exec_prefix@
13 -libdir=@libdir@
14 +libdir=
15 includedir=@includedir@
16
17 Name: frei0r
0 arch-indep-pkgconf.patch