c4dd6f98f1
- fixed a number of addressbook and calendar issues - updated some translations * Updated the MASTER_SITES since Evolution is now in the Gnome tree. * Standardized the CONFIGURE_ARGS. * The developer's guide made a comeback so a subpackage was created for it. * Removed the unneeded patch-default_user_Makefile_am patch. * Patched the OMF file for scrollkeeper 0.3 and implemented better handling of scrollkeeper in general. * Regenerated some of the remaining patches. * Removed the remaining Norwegan (?) help files, since they caused problems with scrollkeeper anyway. * Made the port complain if there's an existing Evolution installation due to numerious library conflicts. * Updated my email address. ok pvalchev@
17 lines
706 B
Plaintext
17 lines
706 B
Plaintext
$OpenBSD: patch-mail_importers_Makefile_in,v 1.2 2002/09/14 04:18:35 marcm Exp $
|
|
--- mail/importers/Makefile.in.orig Sun Jun 23 05:43:41 2002
|
|
+++ mail/importers/Makefile.in Sat Jul 20 16:33:11 2002
|
|
@@ -205,10 +205,10 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(
|
|
|
|
liboutlook_la_SOURCES = evolution-outlook-importer.c
|
|
|
|
-liboutlook_la_LDFLAGS = -version-info 0:0:0
|
|
+liboutlook_la_LDFLAGS = -version-info 0:0:0 -avoid-version
|
|
|
|
libmbox_la_SOURCES = evolution-mbox-importer.c
|
|
-libmbox_la_LDFLAGS = -version-info 0:0:0
|
|
+libmbox_la_LDFLAGS = -version-info 0:0:0 -avoid-version
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_in_files = GNOME_Evolution_Mail_Mbox_Importer.oaf.in GNOME_Evolution_Mail_Outlook_Importer.oaf.in
|