OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libgpg-error/pkgconfig.patch
  5. # Copyright (C) 2013 - 2014 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Imported from:
  17. http://git.yoctoproject.org/cgit/cgit.cgi/poky/plain/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
  18. #
  19. # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
  20. #
  21. Upstream-Status: Pending
  22. Index: libgpg-error-1.8/configure.ac
  23. ===================================================================
  24. --- libgpg-error-1.8.orig/configure.ac 2010-05-06 06:01:08.000000000 -0700
  25. +++ libgpg-error-1.8/configure.ac 2010-07-21 02:20:20.923261305 -0700
  26. @@ -140,6 +140,7 @@
  27. AC_SUBST(GPG_ERROR_CONFIG_CFLAGS)
  28. AC_SUBST(GPG_ERROR_CONFIG_ISUBDIRAFTER)
  29. AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config])
  30. +AC_CONFIG_FILES([src/gpg-error.pc])
  31. # Special defines for certain platforms
  32. Index: libgpg-error-1.8/src/Makefile.am
  33. ===================================================================
  34. --- libgpg-error-1.8.orig/src/Makefile.am 2010-04-14 02:16:44.000000000 -0700
  35. +++ libgpg-error-1.8/src/Makefile.am 2010-07-21 02:22:36.655012496 -0700
  36. @@ -37,13 +37,15 @@
  37. bin_SCRIPTS = gpg-error-config
  38. m4datadir = $(datadir)/aclocal
  39. m4data_DATA = gpg-error.m4
  40. +pkgconfigdir = $(libdir)/pkgconfig
  41. +pkgconfig_DATA = gpg-error.pc
  42. EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
  43. mkerrnos.awk errnos.in README \
  44. mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \
  45. mkheader.awk gpg-error.h.in mkw32errmap.c w32-add.h w32ce-add.h \
  46. err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
  47. - gpg-error.def.in versioninfo.rc.in
  48. + gpg-error.def.in versioninfo.rc.in gpg-error.pc.in
  49. BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
  50. err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
  51. Index: libgpg-error-1.8/src/gpg-error.pc.in
  52. ===================================================================
  53. --- /dev/null 1970-01-01 00:00:00.000000000 +0000
  54. +++ libgpg-error-1.8/src/gpg-error.pc.in 2010-07-21 02:20:20.923261305 -0700
  55. @@ -0,0 +1,10 @@
  56. +prefix=@prefix@
  57. +exec_prefix=@exec_prefix@
  58. +libdir=@libdir@
  59. +includedir=@includedir@
  60. +
  61. +Name: gpg-error
  62. +Description: a library that defines common error values for all GnuPG components
  63. +Version: @VERSION@
  64. +Libs: -L${libdir} -lgpg-error
  65. +Cflags: -I${includedir}