diff options
Diffstat (limited to 'games/opencity/files/patch-configure')
-rw-r--r-- | games/opencity/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/opencity/files/patch-configure b/games/opencity/files/patch-configure new file mode 100644 index 000000000000..7a6fc35bf429 --- /dev/null +++ b/games/opencity/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2015-03-16 00:38:20.000000000 +0300 ++++ configure 2015-04-05 17:24:15.263362000 +0300 +@@ -16115,7 +16115,7 @@ + fi + + +-CPPFLAGS="-Wall -Wmissing-braces -Wparentheses -pedantic-errors $CPPFLAGS" ++CPPFLAGS="-Wall -Wmissing-braces -Wparentheses $CPPFLAGS" + + CPPFLAGS="-I$with_gl_prefix/include $enable_gprof $enable_debug $CPPFLAGS" + |