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