]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- fix sequence of include dirs (in other case plugin attachwarner from
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 10 Jan 2007 21:38:04 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  claws-mail-extra-plugins.spec doesn't build)

Changed files:
    claws-mail-pc_cflags_sequence.patch -> 1.1

claws-mail-pc_cflags_sequence.patch [new file with mode: 0644]

diff --git a/claws-mail-pc_cflags_sequence.patch b/claws-mail-pc_cflags_sequence.patch
new file mode 100644 (file)
index 0000000..f9e0908
--- /dev/null
@@ -0,0 +1,9 @@
+diff -urN claws-mail-2.7.0/claws-mail.pc.in claws-mail-2.7.0.new/claws-mail.pc.in
+--- claws-mail-2.7.0/claws-mail.pc.in  2007-01-08 10:57:31.000000000 +0100
++++ claws-mail-2.7.0.new/claws-mail.pc.in      2007-01-10 22:09:04.000000000 +0100
+@@ -11,4 +11,4 @@
+ Description: Claws Mail
+ Version: @MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@EXTRA_VERSION@
+-Cflags: @ASPELL_CFLAGS@ @GPGME_CFLAGS@ @OPENSSL_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk
++Cflags: @ASPELL_CFLAGS@ @GPGME_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk @OPENSSL_CFLAGS@
This page took 0.069553 seconds and 4 git commands to generate.