diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 06:16:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 06:16:16 +0000 |
commit | 257b51868831cfbd2171e5d0bc6ccbabc057c274 (patch) | |
tree | 52e514a07cd0171224a8d69a07e15cf887e121e3 /mail/evolution/files/patch-importers::Makefile.in | |
parent | Update eggdrop to v1.6.15 (diff) |
Update to 1.4.0. Note, this is now a GNOME 2 application.
Notes
Notes:
svn path=/head/; revision=82745
Diffstat (limited to 'mail/evolution/files/patch-importers::Makefile.in')
-rw-r--r-- | mail/evolution/files/patch-importers::Makefile.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/mail/evolution/files/patch-importers::Makefile.in b/mail/evolution/files/patch-importers::Makefile.in deleted file mode 100644 index d562548238d1..000000000000 --- a/mail/evolution/files/patch-importers::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- 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) |