diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-18 17:49:28 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-18 17:51:37 +0300 |
commit | ebd5321aa0f3659ae8d94d78c4fb69ec9e555005 (patch) | |
tree | 444243c0238f8e583ef665f65a93c3377654d820 /app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch | |
parent | sys-devel/clang-runtime: arm stable (bug #727762) (diff) | |
download | gentoo-ebd5321aa0f3659ae8d94d78c4fb69ec9e555005.tar.gz gentoo-ebd5321aa0f3659ae8d94d78c4fb69ec9e555005.tar.bz2 gentoo-ebd5321aa0f3659ae8d94d78c4fb69ec9e555005.zip |
app-pda/libplist: fix broken 2.2.0 release on Gentoo
- upstream introduced new way of naming the library, breaking
reverse deps, see
https://github.com/libimobiledevice/libplist/issues/163 and
upstream commit 137716df3f197a7184c1fba88fcb30480dafd6e0. No ABI
change introduced.
Closes: https://bugs.gentoo.org/733082
Closes: https://bugs.gentoo.org/733048
Closes: https://bugs.gentoo.org/733048
Closes: https://bugs.gentoo.org/732910
Closes: https://bugs.gentoo.org/732916
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch')
-rw-r--r-- | app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch b/app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch new file mode 100644 index 000000000000..30ef67798865 --- /dev/null +++ b/app-pda/libplist/files/libplist-2.2.0-pkgconfig-lib.patch @@ -0,0 +1,10 @@ +diff -Naur libplist/src/libplist-2.0.pc.in libplist-pcfile/src/libplist-2.0.pc.in +--- libplist/src/libplist-2.0.pc.in 2020-07-18 17:25:52.156222244 +0300 ++++ libplist-pcfile/src/libplist-2.0.pc.in 2020-07-18 17:26:32.752017958 +0300 +@@ -6,5 +6,5 @@ + Name: @PACKAGE_NAME@ + Description: A library to handle Apple Property Lists whereas they are binary or XML + Version: @PACKAGE_VERSION@ +-Libs: -L${libdir} -lplist-2.0 ++Libs: -L${libdir} -lplist-2.0 -lplist + Cflags: -I${includedir} |