0001-Rename-openpgm-5.2.pc.in.patch 1.8 KB

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