diff options
Diffstat (limited to 'games-action/powermanga/files/powermanga-0.93-flags.patch')
-rw-r--r-- | games-action/powermanga/files/powermanga-0.93-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/powermanga/files/powermanga-0.93-flags.patch b/games-action/powermanga/files/powermanga-0.93-flags.patch new file mode 100644 index 000000000000..a4c0264bb326 --- /dev/null +++ b/games-action/powermanga/files/powermanga-0.93-flags.patch @@ -0,0 +1,11 @@ +--- powermanga-0.93.orig/configure.ac ++++ powermanga-0.93/configure.ac +@@ -54,7 +54,7 @@ + AC_DEFINE(USE_MALLOC_WRAPPER, 1, Define to use a malloc wrapper) + CFLAGS="-Wall -Werror -pedantic -Wextra -std=gnu99 -g" + else +- CFLAGS="-O3 -Werror -Wall -pedantic -Wextra -std=gnu99 $CFLAGS" ++ CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99" + fi + + dnl Check for SDL_mixer |