1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/simulavr/files/patch-configure
Joerg Wunsch 141add0eb6 Kill -Winline and -Werror, so this port stops from failing to build in
case today's compiler won't inline this or that function where the
author believed it could inline it.
2004-12-08 22:10:47 +00:00

23 lines
670 B
Plaintext

--- configure.ac.orig Mon Jan 19 00:58:13 2004
+++ configure.ac Wed Dec 8 22:58:29 2004
@@ -441,7 +441,7 @@
# If we are compiling with gcc, enable all warning and make warnings errors.
if test "$GCC" = yes; then
- ENABLE_WARNINGS="-Wall -Winline -Werror"
+ ENABLE_WARNINGS="-Wall"
fi
AC_SUBST(ENABLE_WARNINGS,$ENABLE_WARNINGS)
--- configure.orig Mon Jan 19 00:58:28 2004
+++ configure Wed Dec 8 22:58:03 2004
@@ -6804,7 +6804,7 @@
# If we are compiling with gcc, enable all warning and make warnings errors.
if test "$GCC" = yes; then
- ENABLE_WARNINGS="-Wall -Winline -Werror"
+ ENABLE_WARNINGS="-Wall"
fi
ENABLE_WARNINGS=$ENABLE_WARNINGS