aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-03-11 17:50:47 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-03-11 17:50:47 +0000
commitbd979c55e768343562bcedd6df4217371e33052c (patch)
tree89734784ca535e744b8095bf4b20df036032acf8
parent10e9a137939fb31bfeb14dcf5933a4ca235af4de (diff)
downloadports-bd979c55e768343562bcedd6df4217371e33052c.tar.gz
ports-bd979c55e768343562bcedd6df4217371e33052c.zip
Add "-DREDIRECT_MALLOC=GC_malloc" to the compiler options so the
library can be used as a drop-in replacement for malloc. This has always been the case for this port, but the previous upgrade dropped it unintentionally.
Notes
Notes: svn path=/head/; revision=26762
-rw-r--r--devel/boehm-gc/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boehm-gc/files/patch-aa b/devel/boehm-gc/files/patch-aa
index 2a418517811e..81c78c6e21ed 100644
--- a/devel/boehm-gc/files/patch-aa
+++ b/devel/boehm-gc/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Sep 11 01:49:18 1999
-+++ Makefile Tue Oct 12 17:27:25 1999
+--- Makefile.orig Fri Sep 10 16:49:18 1999
++++ Makefile Sat Mar 11 09:44:56 2000
@@ -8,15 +8,42 @@
# c++ interface to gc.a
# cord/de - builds dumb editor based on cords.
@@ -20,7 +20,7 @@
+# to fill anyone's log with leak messages! - MMCG
+
+GCFLAGS= -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE \
-+ -DNO_EXECUTE_PERMISSION -DSILENT
++ -DNO_EXECUTE_PERMISSION -DSILENT -DREDIRECT_MALLOC=GC_malloc
+CFLAGS+= $(GCFLAGS)
+
+LEAKFLAGS=$(CFLAGS) -DFIND_LEAK