pkgsrc/graphics/freeglut/patches/patch-aa
2006-10-14 01:14:15 +00:00

13 lines
447 B
Text

$NetBSD: patch-aa,v 1.1 2006/10/14 01:17:47 rillig Exp $
--- configure.orig 2006-10-14 03:16:15.000000000 +0200
+++ configure 2006-10-14 03:16:35.000000000 +0200
@@ -6880,7 +6880,7 @@ fi
# Check whether --enable-warnings or --disable-warnings was given.
if test "${enable_warnings+set}" = set; then
enableval="$enable_warnings"
- if test "x$GCC" == xyes
+ if test "x$GCC" = xyes
then
CFLAGS="$CFLAGS -Wall -Wno-parentheses -Werror"
fi