1From 240634b1afb968a051f8c68696eae2a582a02450 Mon Sep 17 00:00:00 2001 2From: Fabrice Fontaine <fontaine.fabrice@gmail.com> 3Date: Mon, 31 Aug 2020 20:16:25 +0200 4Subject: [PATCH] Rename openpgm-5.2.pc.in 5 6This will fix the following build failure: 7 8config.status: error: cannot find input file: `openpgm-5.3.pc.in' 9 10Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 11[Upstream status: https://github.com/steve-o/openpgm/pull/66] 12--- 13 openpgm/pgm/openpgm-5.2.pc.in | 12 ------------ 14 openpgm/pgm/openpgm-5.3.pc.in | 12 ++++++++++++ 15 2 files changed, 12 insertions(+), 12 deletions(-) 16 delete mode 100644 openpgm/pgm/openpgm-5.2.pc.in 17 create mode 100644 openpgm/pgm/openpgm-5.3.pc.in 18 19diff --git a/openpgm/pgm/openpgm-5.2.pc.in b/openpgm/pgm/openpgm-5.2.pc.in 20deleted file mode 100644 21index 9e30a6d..0000000 22--- a/openpgm/pgm/openpgm-5.2.pc.in 23+++ /dev/null 24@@ -1,12 +0,0 @@ 25-prefix=@prefix@ 26-exec_prefix=@exec_prefix@ 27-libdir=@libdir@ 28-includedir=@includedir@ 29- 30-Name: OpenPGM 31-Description: PGM Protocol Library. 32-Version: @PACKAGE_VERSION@ 33-# packagers may wish to move @LIBS@ to Libs.private for platforms with 34-# versions of pkg-config that support static linking. 35-Libs: -L${libdir} -lpgm @LIBS@ 36-Cflags: -I${includedir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@ 37diff --git a/openpgm/pgm/openpgm-5.3.pc.in b/openpgm/pgm/openpgm-5.3.pc.in 38new file mode 100644 39index 0000000..9e30a6d 40--- /dev/null 41+++ b/openpgm/pgm/openpgm-5.3.pc.in 42@@ -0,0 +1,12 @@ 43+prefix=@prefix@ 44+exec_prefix=@exec_prefix@ 45+libdir=@libdir@ 46+includedir=@includedir@ 47+ 48+Name: OpenPGM 49+Description: PGM Protocol Library. 50+Version: @PACKAGE_VERSION@ 51+# packagers may wish to move @LIBS@ to Libs.private for platforms with 52+# versions of pkg-config that support static linking. 53+Libs: -L${libdir} -lpgm @LIBS@ 54+Cflags: -I${includedir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@ 55-- 562.28.0 57 58