]> git.pld-linux.org Git - packages/boinc.git/blame - boinc-platform.patch
- use %{x8664} macro, cleanups
[packages/boinc.git] / boinc-platform.patch
CommitLineData
d97ad1ce 1--- boinc-5.3.22/m4/boinc_platform.m4.orig 2006-02-27 12:23:52.930330000 +0000
2+++ boinc-5.3.22/m4/boinc_platform.m4 2006-02-27 12:24:30.364669500 +0000
3@@ -6,7 +6,7 @@
4 [boinc_platform=])
5 AC_MSG_CHECKING([boinc platform])
6 if test -z "${boinc_platform}" ; then
7- boinc_platform=`echo $target | $SED -e 's/redhat/pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'`
8+ boinc_platform=`echo $target | $SED -e 's/pld/pc/' -e 's/redhat/pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'`
9 case "${boinc_platform}" in
10 sparc-sun-solaris)
11 if test "$COMPILER_MODEL_BITS" = "64" ; then
This page took 0.059828 seconds and 4 git commands to generate.