e3728e9aa3
VMime is a powerful C++ class library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP. This is a modified libvmime library for use with the Zarafa Outlook Sharing service. "just do it" robert@, ok jasper@
32 lines
1.7 KiB
Plaintext
32 lines
1.7 KiB
Plaintext
$OpenBSD: patch-vmime_Makefile_in,v 1.1.1.1 2009/02/16 09:42:47 ajacoutot Exp $
|
|
--- vmime/Makefile.in.orig Wed Jun 22 00:11:35 2005
|
|
+++ vmime/Makefile.in Sun Oct 12 11:02:05 2008
|
|
@@ -186,7 +186,7 @@ target_vendor = @target_vendor@
|
|
|
|
# File automatically generated by SConstruct ('scons autotools')
|
|
# DOT NOT EDIT!
|
|
-libvmimeincludedir = $(prefix)/include/@GENERIC_LIBRARY_NAME@
|
|
+libvmimeincludedir = $(prefix)/include/zarafa/@GENERIC_LIBRARY_NAME@
|
|
nobase_libvmimeinclude_HEADERS = address.hpp \
|
|
addressList.hpp \
|
|
attachment.hpp \
|
|
@@ -305,9 +305,6 @@ nobase_libvmimeinclude_HEADERS = address.hpp \
|
|
messaging/maildir/maildirMessage.hpp \
|
|
messaging/maildir/maildirUtils.hpp \
|
|
messaging/sendmail/sendmailTransport.hpp \
|
|
- platforms/windows/windowsFile.hpp \
|
|
- platforms/windows/windowsHandler.hpp \
|
|
- platforms/windows/windowsSocket.hpp \
|
|
platforms/posix/posixChildProcess.hpp \
|
|
platforms/posix/posixFile.hpp \
|
|
platforms/posix/posixHandler.hpp \
|
|
@@ -431,7 +428,7 @@ distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
distdir: $(DISTFILES)
|
|
- $(mkdir_p) $(distdir)/mdn $(distdir)/messaging $(distdir)/messaging/imap $(distdir)/messaging/maildir $(distdir)/messaging/pop3 $(distdir)/messaging/sendmail $(distdir)/messaging/smtp $(distdir)/misc $(distdir)/platforms/posix $(distdir)/platforms/windows $(distdir)/utility
|
|
+ $(mkdir_p) $(distdir)/mdn $(distdir)/messaging $(distdir)/messaging/imap $(distdir)/messaging/maildir $(distdir)/messaging/pop3 $(distdir)/messaging/sendmail $(distdir)/messaging/smtp $(distdir)/misc $(distdir)/platforms/posix $(distdir)/utility
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
list='$(DISTFILES)'; for file in $$list; do \
|