diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-11-15 23:57:53 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2008-11-16 00:30:37 +0000 |
commit | f6054ac3f49384a07a254386f20899e33d08a91a (patch) | |
tree | 1b7eee50dc3f3998cf26891fcb114efdebaa6da5 /packages/libetpan | |
parent | ce81a5820f712888529f7814ae11cce4ce3f6bd9 (diff) |
claws-mail: Update to 3.6.1 + libetpan: update to 0.57:
* added claws-mail-g_strcmp0.patch
* added libetpan-autoreconf.patch
* removed libetpan from preferred-om-2008-versions.inc (must follow claws-mail)
* added translation fix patch
Diffstat (limited to 'packages/libetpan')
-rw-r--r-- | packages/libetpan/files/libetpan-autoreconf.patch | 12 | ||||
-rw-r--r-- | packages/libetpan/libetpan_0.57.bb (renamed from packages/libetpan/libetpan_0.52.bb) | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/packages/libetpan/files/libetpan-autoreconf.patch b/packages/libetpan/files/libetpan-autoreconf.patch new file mode 100644 index 0000000000..d05967da31 --- /dev/null +++ b/packages/libetpan/files/libetpan-autoreconf.patch @@ -0,0 +1,12 @@ +Index: libetpan-0.57/configure.ac +=================================================================== +--- libetpan-0.57.orig/configure.ac 2008-10-08 19:54:20.000000000 +0000 ++++ libetpan-0.57/configure.ac 2008-11-11 16:34:33.000000000 +0000 +@@ -106,6 +106,7 @@ + + # Check the C compiler. + AC_PROG_CC ++AC_PROG_CXX + + # Compiler flags. + AC_ARG_ENABLE(debug, [ --enable-debug setup flags (gcc) for debugging (default=no)], diff --git a/packages/libetpan/libetpan_0.52.bb b/packages/libetpan/libetpan_0.57.bb index 77b2cca39b..e0108f9fbd 100644 --- a/packages/libetpan/libetpan_0.52.bb +++ b/packages/libetpan/libetpan_0.57.bb @@ -6,7 +6,8 @@ DEPENDS = "gnutls" LICENSE = "BSD" PR = "r0" -SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ + file://libetpan-autoreconf.patch;patch=1" inherit autotools pkgconfig gettext binconfig |