aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-06-14 21:13:00 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-06-14 21:13:00 +0000
commit27195b6591ae795249c62ad8cae4e23a87340e58 (patch)
tree9481657058ca9bc880121c780317983b7ce11253
parent03f8e1d5c5eeeb264b4a3046381fbddbf6bab59c (diff)
downloadports-27195b6591ae795249c62ad8cae4e23a87340e58.tar.gz
ports-27195b6591ae795249c62ad8cae4e23a87340e58.zip
Fix on on i386 5 by removing -Werror.
Reported by: pointyhat via Kris
Notes
Notes: svn path=/head/; revision=165457
-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)