summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-08 15:16:36 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-11 10:07:58 +0200
commit5cb57571b4de71ce9e6a046342cf53725ce40f66 (patch)
tree612b4952151a4834da43cdb5edf295fe3e75a0e2 /app-misc
parentapp-misc/sphinx: remove unused patch (diff)
downloadgentoo-5cb57571b4de71ce9e6a046342cf53725ce40f66.tar.gz
gentoo-5cb57571b4de71ce9e6a046342cf53725ce40f66.tar.bz2
gentoo-5cb57571b4de71ce9e6a046342cf53725ce40f66.zip
app-misc/srm: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/srm/files/cflags.patch21
-rw-r--r--app-misc/srm/files/srm-1.2.8-remove-mount.patch13
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"