diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-01 15:34:52 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:41 +0200 |
| commit | 1f24900e8613e6ac00558afb282d0c1ef0ea81eb (patch) | |
| tree | 8c378d8a894f429128b0cfa6b13b04612fafa3cf /meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch | |
| parent | 6c22e11195c0717b16ba6b72e2b9ca6be39d1e3a (diff) | |
| download | meta-openembedded-1f24900e8613e6ac00558afb282d0c1ef0ea81eb.tar.gz | |
wv: update to 1.2.4
Also fix automake foreign problems.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch')
| -rw-r--r-- | meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch b/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch new file mode 100644 index 0000000000..136d89341f --- /dev/null +++ b/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: wv-1.2.0/wv-1.0.pc.in | ||
| 2 | =================================================================== | ||
| 3 | --- wv-1.2.0.orig/wv-1.0.pc.in 2008-03-19 22:25:18.000000000 +0000 | ||
| 4 | +++ wv-1.2.0/wv-1.0.pc.in 2008-03-19 22:26:32.000000000 +0000 | ||
| 5 | @@ -6,5 +6,6 @@ | ||
| 6 | Name: wvWare | ||
| 7 | Description: Word Document Filter library and utilities | ||
| 8 | Version: @VERSION@ | ||
| 9 | -Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @GLIB_LIBS@ @GSF_LIBS@ @PNG_LIBS@ @ZLIB_LIBS@ @LIBS@ -lm | ||
| 10 | -Cflags: -I${includedir}/wv @GSF_CFLAGS@ | ||
| 11 | +Requires: libgsf-1 | ||
| 12 | +Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @PNG_LIBS@ @ZLIB_LIBS@ @LIBS@ -lm | ||
| 13 | +Cflags: -I${includedir}/wv | ||
