]> git.pld-linux.org Git - packages/boinc.git/commitdiff
- boinc recognizes platforms: arch-pc-linux-gnu not arch-pld-linux-gnu
authortommat <tommat@pld-linux.org>
Mon, 27 Feb 2006 14:12:22 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boinc-platform.patch -> 1.1

boinc-platform.patch [new file with mode: 0644]

diff --git a/boinc-platform.patch b/boinc-platform.patch
new file mode 100644 (file)
index 0000000..8cb3d54
--- /dev/null
@@ -0,0 +1,11 @@
+--- boinc-5.3.22/m4/boinc_platform.m4.orig     2006-02-27 12:23:52.930330000 +0000
++++ boinc-5.3.22/m4/boinc_platform.m4  2006-02-27 12:24:30.364669500 +0000
+@@ -6,7 +6,7 @@
+             [boinc_platform=])
+   AC_MSG_CHECKING([boinc platform])
+   if test -z "${boinc_platform}" ; then
+-    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]]$//'`
++    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]]$//'`
+     case "${boinc_platform}" in
+       sparc-sun-solaris)
+       if test "$COMPILER_MODEL_BITS" = "64" ; then
This page took 0.084195 seconds and 4 git commands to generate.