diff options
author | thierry <thierry@FreeBSD.org> | 2006-06-15 05:13:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-06-15 05:13:00 +0800 |
commit | aad35f700f709393fb56868f60aa19eabf752ec4 (patch) | |
tree | a9cc7d424fe92e1227a54e97fe8b68b0227e78b2 /science/v_sim | |
parent | 36ea17c6d14aabcf88509ef08c0d539e59869a34 (diff) | |
download | freebsd-ports-gnome-aad35f700f709393fb56868f60aa19eabf752ec4.tar.gz freebsd-ports-gnome-aad35f700f709393fb56868f60aa19eabf752ec4.tar.zst freebsd-ports-gnome-aad35f700f709393fb56868f60aa19eabf752ec4.zip |
Fix on on i386 5 by removing -Werror.
Reported by: pointyhat via Kris
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 2 |
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) |