* [gentoo-commits] gentoo-x86 commit in mail-client/evolution/files: evolution-2.30.3-fix-linking-issues-in-libeshell.patch
@ 2010-09-08 18:57 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2010-09-08 18:57 UTC (permalink / raw
To: gentoo-commits
eva 10/09/08 18:57:54
Added:
evolution-2.30.3-fix-linking-issues-in-libeshell.patch
Log:
Version bump. Loads of fixes and translation updates.
(Portage version: 2.2_rc74/cvs/Linux x86_64)
Revision Changes Path
1.1 mail-client/evolution/files/evolution-2.30.3-fix-linking-issues-in-libeshell.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/files/evolution-2.30.3-fix-linking-issues-in-libeshell.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/files/evolution-2.30.3-fix-linking-issues-in-libeshell.patch?rev=1.1&content-type=text/plain
Index: evolution-2.30.3-fix-linking-issues-in-libeshell.patch
===================================================================
From 7ae36c45c81c8f1f4e837b564ea73c035c34a395 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Wed, 8 Sep 2010 18:39:35 +0200
Subject: [PATCH] Fix linking issues in libeshell
---
shell/Makefile.am | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 7b742de..64ced47 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -2,6 +2,12 @@ if ENABLE_TEST_COMPONENT
SUBDIRS = . test
endif
+if OS_WIN32
+eggsm_libs =
+else
+eggsm_libs = -lSM -lICE
+endif
+
# Executable
bin_PROGRAMS = evolution
@@ -82,7 +88,8 @@ libeshell_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/widgets/menus/libmenus.la \
$(GNOME_PLATFORM_LIBS) \
- $(SHELL_LIBS)
+ $(SHELL_LIBS) \
+ $(eggsm_libs)
# Evolution executable
--
1.7.2.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-08 18:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 18:57 [gentoo-commits] gentoo-x86 commit in mail-client/evolution/files: evolution-2.30.3-fix-linking-issues-in-libeshell.patch Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox