diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-09-29 02:16:48 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-09-29 02:16:48 +0000 |
commit | 605724d6cdc8a0749055056bc96a8978bc2b4472 (patch) | |
tree | ca58ad24f590d3e0d178bf895bf7feadc9bced37 /app-misc/srm/files | |
parent | Addressed issues brought up by Samuli "ssuominen" Suominen (diff) | |
download | gentoo-2-605724d6cdc8a0749055056bc96a8978bc2b4472.tar.gz gentoo-2-605724d6cdc8a0749055056bc96a8978bc2b4472.tar.bz2 gentoo-2-605724d6cdc8a0749055056bc96a8978bc2b4472.zip |
Added forgotten patch.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-misc/srm/files')
-rw-r--r-- | app-misc/srm/files/cflags.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/srm/files/cflags.patch b/app-misc/srm/files/cflags.patch new file mode 100644 index 000000000000..d8f598b6892a --- /dev/null +++ b/app-misc/srm/files/cflags.patch @@ -0,0 +1,21 @@ +diff -Naur srm-1.2.11.orig/configure.in srm-1.2.11/configure.in +--- srm-1.2.11.orig/configure.in 2010-06-06 13:22:08.000000000 -0400 ++++ srm-1.2.11/configure.in 2011-09-28 21:23:24.562682859 -0400 +@@ -6,8 +6,6 @@ + + dnl Checks for programs. + AC_PROG_CC +-dnl reset CFLAGS +-CFLAGS= + + AC_PROG_INSTALL + AC_PROG_RANLIB +@@ -42,7 +40,7 @@ + CFLAGS="$CFLAGS -g" + AC_MSG_RESULT(yes) + else +- CFLAGS="$CFLAGS -O2 -DNDEBUG" ++ CFLAGS="$CFLAGS -DNDEBUG" + AC_MSG_RESULT(no) + fi + |