summaryrefslogtreecommitdiff
path: root/cad/gnucap/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:23:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:23:19 +0000
commit38436ff5ed3af3304dbde045bbf487a1c7cd3192 (patch)
treeccfdc1a54f09ee87d55a5b9e289c6e31a6a0d264 /cad/gnucap/Makefile
parentfix build on -current (diff)
fix build on -current
PR: 46462 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=71780
Diffstat (limited to 'cad/gnucap/Makefile')
-rw-r--r--cad/gnucap/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index ba6b47ad09c5..a0f697dcc6d7 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -18,6 +18,8 @@ USE_REINPLACE= yes
USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
+CFLAGS+= -DNEEDS_COPY_N
+
post-patch:
.for file in src/Make2.g++ src/Make.aux modelgen/Make.aux
@${REINPLACE_CMD} -e "s|g\+\+|\$$\{CXX\}|g" \