blob: f53cc240e1624827055d34573f5eac7e30cd56ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- mutt-1.5.4/Makefile.am~cppflags
+++ mutt-1.5.4/Makefile.am
@@ -55,7 +55,7 @@
INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
-CPPFLAGS=@CPPFLAGS@ -I$(includedir)
+CPPFLAGS=@CPPFLAGS@
EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c \
--- mutt-1.5.4/Makefile.in~cppflags
+++ mutt-1.5.4/Makefile.in
@@ -145,7 +145,7 @@
INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
-CPPFLAGS = @CPPFLAGS@ -I$(includedir)
+CPPFLAGS = @CPPFLAGS@
EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c pgppacket.c mutt_idna.h nntp.c newsrc.c
|