mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
3971de1490
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. :((
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- plugins/mail/Makefile.in 2001/07/24 10:42:10 1.1
|
|
+++ plugins/mail/Makefile.in 2001/07/24 10:43:10
|
|
@@ -159,7 +159,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 = mail-tool.lo
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|