diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-10-09 14:55:39 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-10-09 14:55:39 +0000 |
commit | 3a6bef3ff8237badb07c1a1b237021b9a0375d92 (patch) | |
tree | 86ad79835cfcda043e34c355bfffba3e9143b3d8 /mail/sylpheed2 | |
parent | 152b714ff78377eed14fc4c388683ee506740081 (diff) | |
download | ports-3a6bef3ff8237badb07c1a1b237021b9a0375d92.tar.gz ports-3a6bef3ff8237badb07c1a1b237021b9a0375d92.zip |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 |
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 |