From 141add0eb6d9c5e666c0a8200f8dd394d64366a9 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 8 Dec 2004 22:10:47 +0000 Subject: 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. --- devel/simulavr/files/patch-configure | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 devel/simulavr/files/patch-configure (limited to 'devel/simulavr/files/patch-configure') diff --git a/devel/simulavr/files/patch-configure b/devel/simulavr/files/patch-configure new file mode 100644 index 000000000000..43a96c34704d --- /dev/null +++ b/devel/simulavr/files/patch-configure @@ -0,0 +1,22 @@ +--- 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 + -- cgit v1.2.3