app-misc/srm: remove unused patches

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-07-08 15:16:36 +02:00
committed by Patrice Clement
parent 29e66f501f
commit 5cb57571b4
2 changed files with 0 additions and 34 deletions

View File

@@ -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

View File

@@ -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"