summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/gnucap/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index c28e0923b9bd..74b6dfd787eb 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -15,6 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
+MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
+
+post-patch:
+.for file in src/Make2.g++ src/Make.aux modelgen/Make.aux
+ @${PERL} -pi -e 's|g\+\+|\$$\{CXX\}|g ; \
+ s|-O2|\$$\{CXXFLAGS\}|g' ${WRKSRC}/${file}
+.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modelgen/O/modelgen ${PREFIX}/bin