aboutsummaryrefslogtreecommitdiff
path: root/science/v_sim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/v_sim/Makefile')
-rw-r--r--science/v_sim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile
index f7afd9a14812..bf4226b98033 100644
--- a/science/v_sim/Makefile
+++ b/science/v_sim/Makefile
@@ -45,7 +45,7 @@ BROKEN= does not compile with gcc 2.95
pre-configure:
${REINPLACE_CMD} -e 's|$$datadir/doc/$$PACKAGE/examples|${EXAMPLESDIR}|' \
- -e 's|CFLAGS="-O2"|#CFLAGS="-O2"|' \
+ -e 's|CFLAGS="-O2"|#CFLAGS="-O2"|;s|Werror ansi pedantic-errors||' \
${WRKSRC}/${CONFIGURE_SCRIPT}
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in
.if defined(WITHOUT_NLS)