diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-05-05 13:42:53 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-05-05 13:42:53 +0000 |
commit | 7ac42732bb103ec1c0fc8d267a7c77d28d6f9a72 (patch) | |
tree | e2b997a3d3b50d5075e42c43f76dc5efb7cfe3a4 /devel | |
parent | 741e45ae20543b75c41b151e5d1e3e835f6a17b8 (diff) | |
download | ports-7ac42732bb103ec1c0fc8d267a7c77d28d6f9a72.tar.gz ports-7ac42732bb103ec1c0fc8d267a7c77d28d6f9a72.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 2 | ||||
-rw-r--r-- | devel/boehm-gc/files/patch-configure | 15 |
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" |