]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libgpg-error/libgpg-error-1.4/pkgconfig.patch
libgpg-error: upgrade to 1.4
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libgpg-error / libgpg-error-1.4 / pkgconfig.patch
1 --- libgpg-error-1.4/configure.ac       2006-09-14 15:15:15.000000000 +0200
2 +++ libgpg-error-1.4.new/configure.ac   2006-10-10 00:35:51.000000000 +0200
3 @@ -119,6 +119,7 @@
4  AC_SUBST(GPG_ERROR_CONFIG_LIBS)
5  AC_SUBST(GPG_ERROR_CONFIG_CFLAGS)
6  AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config])
7 +AC_CONFIG_FILES([src/gpg-error.pc])
8  
9  
10  # Special defines for certain platforms
11 --- libgpg-error-1.4/src/Makefile.am    2006-09-05 20:21:14.000000000 +0200
12 +++ libgpg-error-1.4.new/src/Makefile.am        2006-10-10 00:37:47.000000000 +0200
13 @@ -29,13 +29,16 @@
14  m4datadir = $(datadir)/aclocal
15  m4data_DATA = gpg-error.m4
16  
17 +pkgconfigdir = $(libdir)/pkgconfig
18 +pkgconfig_DATA = gpg-error.pc
19 +
20  
21  EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
22         mkerrnos.awk errnos.in \
23         mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \
24         mkheader.awk gpg-error.h.in \
25         err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
26 -       gpg-error.def versioninfo.rc.in
27 +       gpg-error.def versioninfo.rc.in gpg-error.pc.in
28  
29  BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
30         err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h
31 --- libgpg-error-1.4/src/gpg-error.pc.in        1970-01-01 01:00:00.000000000 +0100
32 +++ libgpg-error-1.4.new/src/gpg-error.pc.in    2006-10-10 00:35:51.000000000 +0200
33 @@ -0,0 +1,10 @@
34 +prefix=@prefix@
35 +exec_prefix=@exec_prefix@
36 +libdir=@libdir@
37 +includedir=@includedir@
38 +
39 +Name: gpg-error
40 +Description: a library that defines common error values for all GnuPG components
41 +Version: @VERSION@
42 +Libs: -L{libdir} -lgpg-error
43 +Cflags: -I${includedir}