openbsd-ports/mail/zarafa/libvmime/patches/patch-src_Makefile_in
ajacoutot e3728e9aa3 Import zarafa-libvmime-0.7.1
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@
2009-02-16 09:42:47 +00:00

22 lines
983 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2009/02/16 09:42:47 ajacoutot Exp $
--- src/Makefile.in.orig Wed Jan 28 22:49:26 2009
+++ src/Makefile.in Wed Jan 28 22:49:52 2009
@@ -357,7 +357,7 @@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = no-dependencies foreign
INTERNALS =
INCLUDES = -I$(top_srcdir) -I$(srcdir) @PKGCONFIG_CFLAGS@ @EXTRA_CFLAGS@
-lib_LTLIBRARIES = libvmime.la
+lib_LTLIBRARIES = libvmime-zarafa.la
libvmime_la_LDFLAGS = -export-dynamic -version-info @LIBRARY_VERSION@ @PKGCONFIG_LIBS@ @EXTRA_LIBS@
libvmime_la_SOURCES = address.cpp \
addressList.cpp \
@@ -494,7 +494,7 @@ clean-libLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-libvmime.la: $(libvmime_la_OBJECTS) $(libvmime_la_DEPENDENCIES)
+libvmime-zarafa.la: $(libvmime_la_OBJECTS) $(libvmime_la_DEPENDENCIES)
$(CXXLINK) -rpath $(libdir) $(libvmime_la_LDFLAGS) $(libvmime_la_OBJECTS) $(libvmime_la_LIBADD) $(LIBS)
mostlyclean-compile: