diff options
Diffstat (limited to 'app-misc/srm')
-rw-r--r-- | app-misc/srm/files/cflags.patch | 21 | ||||
-rw-r--r-- | app-misc/srm/files/srm-1.2.8-remove-mount.patch | 13 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/srm/files/cflags.patch b/app-misc/srm/files/cflags.patch deleted file mode 100644 index d8f598b6892a..000000000000 --- a/app-misc/srm/files/cflags.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 - diff --git a/app-misc/srm/files/srm-1.2.8-remove-mount.patch b/app-misc/srm/files/srm-1.2.8-remove-mount.patch deleted file mode 100644 index 0f3297a43a3f..000000000000 --- a/app-misc/srm/files/srm-1.2.8-remove-mount.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/sunlink.c 2007-03-05 03:01:00.000000000 +0530 -+++ src/sunlink.c 2007-03-05 03:01:16.000000000 +0530 -@@ -20,9 +20,8 @@ - #include <sys/vfs.h> - #endif - --#if HAVE_SYS_PARAM_H && HAVE_SYS_MOUNT_H -+#if HAVE_SYS_PARAM_H - #include <sys/param.h> --#include <sys/mount.h> - #endif - - #include "srm.h" |