diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-01-21 06:07:07 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-01-21 06:07:07 -0500 |
commit | e4306364e889f5d5d7b1a72363d31bd74207ce07 (patch) | |
tree | af394da8ce5a088c61c506e946ca2ff87b5b75ba /app-misc/srm/files | |
parent | dev-util/premake: Bump to 4.4_beta5, 5.0.0_alpha12 (diff) | |
download | gentoo-e4306364e889f5d5d7b1a72363d31bd74207ce07.tar.gz gentoo-e4306364e889f5d5d7b1a72363d31bd74207ce07.tar.bz2 gentoo-e4306364e889f5d5d7b1a72363d31bd74207ce07.zip |
app-misc/srm: Cleanup
Closes: https://bugs.gentoo.org/467580
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-misc/srm/files')
-rw-r--r-- | app-misc/srm/files/srm-1.2.11-cflags.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-misc/srm/files/srm-1.2.11-cflags.patch b/app-misc/srm/files/srm-1.2.11-cflags.patch deleted file mode 100644 index 7f05c5d2aa9d..000000000000 --- a/app-misc/srm/files/srm-1.2.11-cflags.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.in 2010-06-06 13:22:08.000000000 -0400 -+++ configure.in 2011-11-06 11:36:37.684800151 -0500 -@@ -6,8 +6,6 @@ - - dnl Checks for programs. - AC_PROG_CC --dnl reset CFLAGS --CFLAGS= - - AC_PROG_INSTALL - AC_PROG_RANLIB -@@ -39,10 +37,9 @@ - AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging - [default=$debug_default]],, enable_debug=$debug_default) - if test "x$enable_debug" = "xyes"; then -- CFLAGS="$CFLAGS -g" - AC_MSG_RESULT(yes) - else -- CFLAGS="$CFLAGS -O2 -DNDEBUG" -+ CFLAGS="$CFLAGS -DNDEBUG" - AC_MSG_RESULT(no) - fi - |