aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-10-09 14:55:39 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-10-09 14:55:39 +0000
commit3a6bef3ff8237badb07c1a1b237021b9a0375d92 (patch)
tree86ad79835cfcda043e34c355bfffba3e9143b3d8 /mail/sylpheed2
parent152b714ff78377eed14fc4c388683ee506740081 (diff)
downloadports-3a6bef3ff8237badb07c1a1b237021b9a0375d92.tar.gz
ports-3a6bef3ff8237badb07c1a1b237021b9a0375d92.zip
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r--mail/sylpheed2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index d130f0dedd37..8909bfc642e5 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -108,6 +108,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \
${WRKSRC}/libsylph/procmime.c
+ # to prevent breaking cc of ldif.c because of a base64.h in PREFIX/include
+ @${REINPLACE_CMD} -e 's|^\(DEFS.*\.\.\)$$|\1 -I../libsylph|' \
+ ${WRKSRC}/src/Makefile.in
+
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \
${WRKSRC}/Makefile.in