aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-17 02:18:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-17 02:18:04 +0000
commited96f675f6237d0c1e5833f08538c03471943fdb (patch)
treeaed4db671745df8fa7764d4d69ad35d6d1300aa1 /devel
parent31efbc1fbdecf1ed2ee0dca6af1ec21089deb014 (diff)
downloadports-ed96f675f6237d0c1e5833f08538c03471943fdb.tar.gz
ports-ed96f675f6237d0c1e5833f08538c03471943fdb.zip
Revert to rev. 1.4, which will restore some bugs in the previous version
that w3m depends on. Release tags will be rolled forward. Submitted by: jdp
Notes
Notes: svn path=/head/; revision=26796
Diffstat (limited to 'devel')
-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 81c78c6e21ed..2a418517811e 100644
--- a/devel/boehm-gc/files/patch-aa
+++ b/devel/boehm-gc/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Sep 10 16:49:18 1999
-+++ Makefile Sat Mar 11 09:44:56 2000
+--- Makefile.orig Sat Sep 11 01:49:18 1999
++++ Makefile Tue Oct 12 17:27:25 1999
@@ -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 -DREDIRECT_MALLOC=GC_malloc
++ -DNO_EXECUTE_PERMISSION -DSILENT
+CFLAGS+= $(GCFLAGS)
+
+LEAKFLAGS=$(CFLAGS) -DFIND_LEAK