diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-05-05 21:42:53 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-05-05 21:42:53 +0800 |
commit | af5a3e84b0eb809c7eab62234eab5a696fe3e530 (patch) | |
tree | 5c02b73932735339c833f2b40a92b89ff2f8e31d | |
parent | 2440578ea3de13372f35c517136c74bbc86ee1bc (diff) | |
download | freebsd-ports-gnome-af5a3e84b0eb809c7eab62234eab5a696fe3e530.tar.gz freebsd-ports-gnome-af5a3e84b0eb809c7eab62234eab5a696fe3e530.tar.zst freebsd-ports-gnome-af5a3e84b0eb809c7eab62234eab5a696fe3e530.zip |
Link libstdc++ to unbreak build of the ports that depend on boehm-gc.
Reported by: jmallett and kris
-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" |