aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-06-07 07:54:12 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-06-07 07:54:12 +0000
commit69c89d10c2baa32b34d6ea182fcc0ef01c72c4b3 (patch)
tree1ed13d304d862a441df3dc8fc7276f0e59c582df /mail
parent2e6a897d114474103cbd373aed5ede0c546c5ece (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed2/Makefile6
-rw-r--r--mail/sylpheed3/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index 984993227b57..255d3dbff32a 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -104,11 +104,13 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
- s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure
+ s|-lresolv||g; s|-lpisock\"|-liconv &|g; \
+ s|libs gtkspell-2\.0`|& -laspell|g;' \
+ ${WRKSRC}/configure
@${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
+# 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
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 984993227b57..255d3dbff32a 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -104,11 +104,13 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
- s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure
+ s|-lresolv||g; s|-lpisock\"|-liconv &|g; \
+ s|libs gtkspell-2\.0`|& -laspell|g;' \
+ ${WRKSRC}/configure
@${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
+# 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