aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed2
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2008-06-07 15:54:12 +0800
committeroliver <oliver@FreeBSD.org>2008-06-07 15:54:12 +0800
commitc820e0c201c71897ca8324ee66c095a02868f943 (patch)
treeafb927a2c2d77f36ca841711726c860f9adec680 /mail/sylpheed2
parentb87a1a6d21c9558b58ae6d1272c7f779acfff356 (diff)
downloadfreebsd-ports-gnome-c820e0c201c71897ca8324ee66c095a02868f943.tar.gz
freebsd-ports-gnome-c820e0c201c71897ca8324ee66c095a02868f943.tar.zst
freebsd-ports-gnome-c820e0c201c71897ca8324ee66c095a02868f943.zip
fix compilation error caused by gtkspell-2.0.13
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r--mail/sylpheed2/Makefile6
1 files changed, 4 insertions, 2 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