summaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-05-05 13:42:53 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-05-05 13:42:53 +0000
commit7ac42732bb103ec1c0fc8d267a7c77d28d6f9a72 (patch)
treee2b997a3d3b50d5075e42c43f76dc5efb7cfe3a4 /devel/boehm-gc
parentA Three-Dimensional Structural Finite Element Program (diff)
Link libstdc++ to unbreak build of the ports that depend on boehm-gc.
Reported by: jmallett and kris
Notes
Notes: svn path=/head/; revision=80180
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile2
-rw-r--r--devel/boehm-gc/files/patch-configure15
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index c856b7118cbd..761d5ed1d893 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= boehm-gc
PORTVERSION= 6.2.a4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
DISTNAME= gc${PORTVERSION:S/.a/alpha/}
diff --git a/devel/boehm-gc/files/patch-configure b/devel/boehm-gc/files/patch-configure
index cc009b86d451..5946d395ef3d 100644
--- a/devel/boehm-gc/files/patch-configure
+++ b/devel/boehm-gc/files/patch-configure
@@ -1,6 +1,15 @@
---- configure 2002/12/17 10:14:24 1.1
-+++ configure 2002/12/17 10:14:32
-@@ -7645,6 +7645,7 @@
+--- 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"