summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-libgst_Makefile.in
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-10-08 19:41:01 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-10-08 19:41:01 +0000
commita2333d301394678b70c8fc4d7fd0e74b73d02f68 (patch)
tree5d9683442d07f15ff8d06924d78ee9fa67f6f3c8 /lang/smalltalk/files/patch-libgst_Makefile.in
parentUpdate to 7.8.352 (diff)
Update to 3.1
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 ed042af94d27..645aacc15e1b 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@