diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-17 13:13:36 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-17 19:38:28 -0500 |
commit | 53d7a1b0260228c3f92aacbe1e2046aa06f61286 (patch) | |
tree | d14292c0d877752423ef1fbb5542ff9fc26d8d22 /games-action/powermanga/files | |
parent | add slot dep for sys-libs/ncurses (diff) | |
download | gentoo-53d7a1b0260228c3f92aacbe1e2046aa06f61286.tar.gz gentoo-53d7a1b0260228c3f92aacbe1e2046aa06f61286.tar.bz2 gentoo-53d7a1b0260228c3f92aacbe1e2046aa06f61286.zip |
clean old
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-action/powermanga/files')
-rw-r--r-- | games-action/powermanga/files/powermanga-0.93-flags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-action/powermanga/files/powermanga-0.93-flags.patch b/games-action/powermanga/files/powermanga-0.93-flags.patch deleted file mode 100644 index a4c0264bb326..000000000000 --- a/games-action/powermanga/files/powermanga-0.93-flags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |