freebsd-ports/devel/gide/files/patch-plugins::docstat::Makefile.in
Maxim Sobolev 3971de1490 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. :((
2001-07-24 12:27:38 +00:00

14 lines
442 B
Text

$FreeBSD$
--- plugins/docstat/Makefile.in 2001/07/24 10:42:10 1.1
+++ plugins/docstat/Makefile.in 2001/07/24 10:42:52
@@ -159,7 +159,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
LIBS = @LIBS@
-libgide_docstat_la_LDFLAGS =
+libgide_docstat_la_LDFLAGS = -avoid-version
libgide_docstat_la_DEPENDENCIES =
libgide_docstat_la_OBJECTS = docstat-tool.lo
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)