From 0436813306f7ab8089d707f8e43843c10f91bb15 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Wed, 10 Jan 2007 21:38:04 +0000 Subject: [PATCH] - 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 --- claws-mail-pc_cflags_sequence.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 claws-mail-pc_cflags_sequence.patch 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@ -- 2.44.0