mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
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. :((
14 lines
463 B
Text
14 lines
463 B
Text
|
|
$FreeBSD$
|
|
|
|
--- plugins/asciitable/Makefile.in 2001/07/24 10:42:10 1.1
|
|
+++ plugins/asciitable/Makefile.in 2001/07/24 10:42:42
|
|
@@ -159,7 +159,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libgide_asciitable_la_LDFLAGS =
|
|
+libgide_asciitable_la_LDFLAGS = -avoid-version
|
|
libgide_asciitable_la_DEPENDENCIES =
|
|
libgide_asciitable_la_OBJECTS = asciitable-tool.lo
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|