]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libgpg-error/libgpg-error-1.0/pkgconfig.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libgpg-error / libgpg-error-1.0 / pkgconfig.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 Index: libgpg-error-1.0/configure.ac
7 ===================================================================
8 --- libgpg-error-1.0.orig/configure.ac  2004-07-30 07:48:04.000000000 -0500
9 +++ libgpg-error-1.0/configure.ac       2005-02-23 18:52:01.000000000 -0600
10 @@ -83,6 +83,7 @@
11  AC_SUBST(GPG_ERROR_CONFIG_LIBS)
12  AC_SUBST(GPG_ERROR_CONFIG_CFLAGS)
13  AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config])
14 +AC_CONFIG_FILES([src/gpg-error.pc])
15  
16  # Checks for library functions.
17  AC_CONFIG_FILES([Makefile])
18 Index: libgpg-error-1.0/src/Makefile.am
19 ===================================================================
20 --- libgpg-error-1.0.orig/src/Makefile.am       2004-06-28 07:37:38.000000000 -0500
21 +++ libgpg-error-1.0/src/Makefile.am    2005-02-23 18:53:57.000000000 -0600
22 @@ -24,7 +24,8 @@
23         mkerrnos.awk errnos.in \
24         mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \
25         mkheader.awk gpg-error.h.in \
26 -       err-sources.h err-codes.h gpg-error-config.in gpg-error.m4
27 +       err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
28 +       gpg-error.pc.in
29  
30  BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
31         err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h
32 @@ -39,6 +40,9 @@
33  m4datadir = $(datadir)/aclocal
34  m4data_DATA = gpg-error.m4
35  
36 +pkgconfigdir = $(libdir)/pkgconfig
37 +pkgconfig_DATA = gpg-error.pc
38 +
39  include_HEADERS = gpg-error.h
40  
41  lib_LTLIBRARIES = libgpg-error.la
42 Index: libgpg-error-1.0/src/gpg-error.pc.in
43 ===================================================================
44 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
45 +++ libgpg-error-1.0/src/gpg-error.pc.in        2005-02-23 18:52:01.000000000 -0600
46 @@ -0,0 +1,10 @@
47 +prefix=@prefix@
48 +exec_prefix=@exec_prefix@
49 +libdir=@libdir@
50 +includedir=@includedir@
51 +
52 +Name: gpg-error
53 +Description: a library that defines common error values for all GnuPG components
54 +Version: @VERSION@
55 +Libs: -L{libdir} -lgpg-error
56 +Cflags: -I${includedir}