ports/devel/simulavr/files/patch-configure
Joerg Wunsch c8694fab91 Many thanks to hrs who kept track of my emergency call, and to
Benjamin Lutz whom he got to solve my latex PDF vs. DVI generation
problem, and who supplied a fix that makes simulavr's documentation
build again.  That way, I could reenable the doc generation for the
port I just turned off about a day ago in order to unbreak the port.

Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2005-08-01 06:28:20 +00:00

11 lines
328 B
Text

--- configure.orig Thu Feb 17 00:00:18 2005
+++ configure Sat Jul 30 23:49:51 2005
@@ -7223,7 +7224,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