Codebase list frei0r / 7e80c4e debian / patches / arch-indep-pkgconf.patch
7e80c4e

Tree @7e80c4e (Download .tar.gz)

arch-indep-pkgconf.patch @7e80c4eraw · history · blame

Description: Make sure that frei0r.pc is arch-independent
 it really is, unless it encodes the DEB_HOST_GNU_TYPE in its libdir
Author: IOhannes m zmölnih
Origin: Debian
Forwarded: not-needed
Last-Update: 2025-09-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- frei0r.orig/frei0r.pc.in
+++ frei0r/frei0r.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=
 includedir=@includedir@
 
 Name: frei0r