aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/files/patch-libgst_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/files/patch-libgst_Makefile.in')
-rw-r--r--lang/smalltalk/files/patch-libgst_Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/smalltalk/files/patch-libgst_Makefile.in b/lang/smalltalk/files/patch-libgst_Makefile.in
index ed042af94d2..645aacc15e1 100644
--- a/lang/smalltalk/files/patch-libgst_Makefile.in
+++ b/lang/smalltalk/files/patch-libgst_Makefile.in
@@ -1,11 +1,11 @@
--- libgst/Makefile.in.orig 2008-05-16 12:56:06.000000000 +0200
+++ libgst/Makefile.in 2008-05-16 12:56:15.000000000 +0200
-@@ -319,7 +319,7 @@
+@@ -333,7 +333,7 @@
CLEANFILES = genprims$(EXEEXT) genbc$(EXEEXT) genvm$(EXEEXT)
# definitions for libgst.la
-libgst_la_LIBADD = $(top_builddir)/lib-src/library.la \
+libgst_la_LIBADD = $(top_builddir)/lib-src/library.la -lexecinfo \
- $(LIBSIGSEGV) $(LIBFFI) $(LIBSNPRINTFV) $(LIBREADLINE) $(LIBGMP)
+ $(LIBSIGSEGV) $(LIBFFI) $(LIBSNPRINTFV) $(LIBREADLINE) $(LIBGMP) \
+ $(LIBTHREAD)
- libgst_la_DEPENDENCIES = $(top_builddir)/lib-src/library.la @LIBSNPRINTFV@