summaryrefslogtreecommitdiffstats
path: root/mail/evolution-devel/files/patch-importers::Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:39:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:39:49 +0800
commit9408811f5ce27b53e40babbbbbb1dc3972d6cd05 (patch)
tree5475219066aa7896f36ec979403db626ff0ccd2e /mail/evolution-devel/files/patch-importers::Makefile.in
parentfccab37043f4e4799246d4de4fe32f5fc49d661a (diff)
downloadmarcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar.gz
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar.bz2
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar.lz
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar.xz
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.tar.zst
marcuscom-ports-9408811f5ce27b53e40babbbbbb1dc3972d6cd05.zip
Add evolution-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@58 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-devel/files/patch-importers::Makefile.in')
-rw-r--r--mail/evolution-devel/files/patch-importers::Makefile.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-importers::Makefile.in b/mail/evolution-devel/files/patch-importers::Makefile.in
new file mode 100644
index 000000000..d56254823
--- /dev/null
+++ b/mail/evolution-devel/files/patch-importers::Makefile.in
@@ -0,0 +1,35 @@
+--- importers/Makefile.in.orig Thu Sep 19 00:27:31 2002
++++ importers/Makefile.in Thu Sep 19 00:30:02 2002
+@@ -277,12 +277,12 @@
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+ $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/filter/libfilter.la $(top_builddir)/shell/libeshell.la
+-evolution_netscape_importer_LDFLAGS =
++evolution_netscape_importer_LDFLAGS = -module -avoid-version
+ evolution_elm_importer_OBJECTS = elm-importer.$(OBJEXT)
+ evolution_elm_importer_DEPENDENCIES = \
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+ $(top_builddir)/e-util/libeutil.la
+-evolution_elm_importer_LDFLAGS =
++evolution_elm_importer_LDFLAGS = -module -avoid-version
+ evolution_pine_importer_OBJECTS = pine-importer.$(OBJEXT)
+ evolution_pine_importer_DEPENDENCIES = \
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+@@ -290,7 +290,7 @@
+ $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/e-util/ename/libename.la \
+ $(top_builddir)/libversit/libversit.a
+-evolution_pine_importer_LDFLAGS =
++evolution_pine_importer_LDFLAGS = -module -avoid-version
+ evolution_gnomecard_importer_OBJECTS = \
+ evolution-gnomecard-importer.$(OBJEXT)
+ evolution_gnomecard_importer_DEPENDENCIES = \
+@@ -299,7 +299,7 @@
+ $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/e-util/ename/libename.la \
+ $(top_builddir)/libversit/libversit.a
+-evolution_gnomecard_importer_LDFLAGS =
++evolution_gnomecard_importer_LDFLAGS = -module -avoid-version
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)