From: Marcin Banasiak Date: Wed, 10 Jan 2007 21:38:04 +0000 (+0000) Subject: - fix sequence of include dirs (in other case plugin attachwarner from X-Git-Tag: AC-STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclaws-mail.git;a=commitdiff_plain;h=0436813306f7ab8089d707f8e43843c10f91bb15 - fix sequence of include dirs (in other case plugin attachwarner from claws-mail-extra-plugins.spec doesn't build) Changed files: claws-mail-pc_cflags_sequence.patch -> 1.1 --- diff --git a/claws-mail-pc_cflags_sequence.patch b/claws-mail-pc_cflags_sequence.patch new file mode 100644 index 0000000..f9e0908 --- /dev/null +++ b/claws-mail-pc_cflags_sequence.patch @@ -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@