mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
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>
11 lines
328 B
Text
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
|
|
|