aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4')
-rw-r--r--astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4 b/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4
deleted file mode 100644
index 6cbf7ca91f6f..000000000000
--- a/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- m4/sah_check_boinc.m4.orig 2010-03-23 21:00:23 UTC
-+++ m4/sah_check_boinc.m4
-@@ -30,7 +30,7 @@ AC_DEFUN([SAH_CHECK_BOINC],[
- cd $thisdir
- break
- else
-- if $FIND $boinc_dir -name "std_fixes.h" >& /dev/null
-+ if $FIND $boinc_dir -name "std_fixes.h" > /dev/null
- then
- BOINCDIR=`$FIND $boinc_dir -name "std_fixes.h" -print | $HEAD -1 | sed 's/\/std_fixes.h//'`
- cd $BOINCDIR/..