aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/files
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2009-10-09 03:41:01 +0800
committerjohans <johans@FreeBSD.org>2009-10-09 03:41:01 +0800
commitd0697212d52300a1e3b1509eaf5496d5131384e3 (patch)
treee769506045532610e1ad7988f8e7f2b0c059eac6 /lang/smalltalk/files
parent8e9a806d70a0393b86a2c6db448cf10416aa46ca (diff)
downloadfreebsd-ports-gnome-d0697212d52300a1e3b1509eaf5496d5131384e3.tar.gz
freebsd-ports-gnome-d0697212d52300a1e3b1509eaf5496d5131384e3.tar.zst
freebsd-ports-gnome-d0697212d52300a1e3b1509eaf5496d5131384e3.zip
Update to 3.1
Diffstat (limited to 'lang/smalltalk/files')
-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@