aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-01 04:44:09 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-01 04:44:09 +0000
commited0bfe5f065582ce114432d935bd884d43f1c070 (patch)
treed69bda31ad54c210867cc39567e8f1fbddcda05a /devel/boehm-gc/files
parentdd804234379b6caf53684caca788105ed6d8f6e8 (diff)
downloadports-ed0bfe5f065582ce114432d935bd884d43f1c070.tar.gz
ports-ed0bfe5f065582ce114432d935bd884d43f1c070.zip
update to gc5.0alpha4.
PR: 17456 Submitted by: nnd@mail.nsk.ru
Notes
Notes: svn path=/head/; revision=27226
Diffstat (limited to 'devel/boehm-gc/files')
-rw-r--r--devel/boehm-gc/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boehm-gc/files/patch-aa b/devel/boehm-gc/files/patch-aa
index 2a418517811e..dcf913d3dfa8 100644
--- a/devel/boehm-gc/files/patch-aa
+++ b/devel/boehm-gc/files/patch-aa
@@ -3,9 +3,9 @@
@@ -8,15 +8,42 @@
# c++ interface to gc.a
# cord/de - builds dumb editor based on cords.
- ABI_FLAG=
+ ABI_FLAG=
-CC=cc $(ABI_FLAG)
--CXX=CC $(ABI_FLAG)
+-CXX=g++ $(ABI_FLAG)
+CC+= $(ABI_FLAG)
+CXX+= $(ABI_FLAG)
AS=as $(ABI_FLAG)