diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-24 12:27:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-24 12:27:38 +0000 |
commit | 3971de1490dccf89c5427aad53e807f55829e4a4 (patch) | |
tree | e2501dd8d9864891f0e4b5512963b918a2b514c3 /devel/gide/files/patch-plugins::evo-mail::Makefile.in | |
parent | Add gnomebuild 0.0.2, a GNOME Build Framework (GBF). (diff) |
Update to 0.3.5. Unfortunately it is another victim of larger compatibility
problem with some of the core GNOME components (vfs, oaf or bonobo I guess), so
similarly to Evolution and Nautilus it hangs solidly at startup right after
displaying fine splash screen. :((
Notes
Notes:
svn path=/head/; revision=45435
Diffstat (limited to 'devel/gide/files/patch-plugins::evo-mail::Makefile.in')
-rw-r--r-- | devel/gide/files/patch-plugins::evo-mail::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gide/files/patch-plugins::evo-mail::Makefile.in b/devel/gide/files/patch-plugins::evo-mail::Makefile.in new file mode 100644 index 000000000000..af7950a119d7 --- /dev/null +++ b/devel/gide/files/patch-plugins::evo-mail::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- plugins/evo-mail/Makefile.in 2001/07/24 10:42:10 1.1 ++++ plugins/evo-mail/Makefile.in 2001/07/24 10:42:58 +@@ -166,7 +166,7 @@ + + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + LIBS = @LIBS@ +-libgide_mail_la_LDFLAGS = ++libgide_mail_la_LDFLAGS = -avoid-version + libgide_mail_la_DEPENDENCIES = + libgide_mail_la_OBJECTS = Evolution-Composer-common.lo \ + Evolution-Composer-stubs.lo Evolution-Composer-skels.lo mail-tool.lo |