freebsd-ports/devel/boehm-gc/files/patch-configure
2003-05-05 13:42:53 +00:00

19 lines
578 B
Text

--- configure.orig Sat Mar 8 09:29:30 2003
+++ configure Mon May 5 21:48:08 2003
@@ -3780,7 +3780,7 @@
esac
if test "${enable_cplusplus}" = yes; then
- addobjs="$addobjs gc_cpp.lo"
+ addobjs="$addobjs gc_cpp.lo -lstdc++"
addincludes="$addincludes include/gc_cpp.h include/gc_allocator.h"
addtests="$addtests test_cpp"
fi
@@ -8479,6 +8479,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'