summaryrefslogtreecommitdiff
path: root/packages/sylpheed/files
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-01-16 13:25:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 13:25:04 +0000
commitd03ad53afdff867b46dbd00b9483cbca239c1049 (patch)
treefa44a5c50e5780771a3dec7c1d4a3be15cc364ed /packages/sylpheed/files
parent4ba0331ee5a20e5b13e87b0ce549318beccbe087 (diff)
sylpheed_1.9.12.bb : Proper fix for the /usr/include problem, this time
patched out the bug in Makefile.am
Diffstat (limited to 'packages/sylpheed/files')
-rw-r--r--packages/sylpheed/files/Makefile-am.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/sylpheed/files/Makefile-am.patch b/packages/sylpheed/files/Makefile-am.patch
new file mode 100644
index 0000000000..d1fb09ffcf
--- /dev/null
+++ b/packages/sylpheed/files/Makefile-am.patch
@@ -0,0 +1,12 @@
+--- sylpheed-1.9.12/src/Makefile.am.orig 2006-01-16 13:14:05.000000000 +0000
++++ sylpheed-1.9.12/src/Makefile.am 2006-01-16 13:14:19.000000000 +0000
+@@ -177,8 +177,7 @@
+ -DG_LOG_DOMAIN=\"Sylpheed\" \
+ $(GTK_CFLAGS) \
+ $(GDK_PIXBUF_CFLAGS) \
+- $(GPGME_CFLAGS) \
+- -I$(includedir)
++ $(GPGME_CFLAGS)
+
+ sylpheed_LDADD = \
+ $(INTLLIBS) \