]> git.pld-linux.org Git - packages/claws-mail.git/blob - claws-mail-pc_cflags_sequence.patch
- fix sequence of include dirs (in other case plugin attachwarner from
[packages/claws-mail.git] / claws-mail-pc_cflags_sequence.patch
1 diff -urN claws-mail-2.7.0/claws-mail.pc.in claws-mail-2.7.0.new/claws-mail.pc.in
2 --- claws-mail-2.7.0/claws-mail.pc.in   2007-01-08 10:57:31.000000000 +0100
3 +++ claws-mail-2.7.0.new/claws-mail.pc.in       2007-01-10 22:09:04.000000000 +0100
4 @@ -11,4 +11,4 @@
5  Description: Claws Mail
6  Version: @MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@EXTRA_VERSION@
7  
8 -Cflags: @ASPELL_CFLAGS@ @GPGME_CFLAGS@ @OPENSSL_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk
9 +Cflags: @ASPELL_CFLAGS@ @GPGME_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk @OPENSSL_CFLAGS@
This page took 0.281697 seconds and 3 git commands to generate.