summaryrefslogtreecommitdiff
path: root/redland/raptor/raptor-aix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redland/raptor/raptor-aix.patch')
-rw-r--r--redland/raptor/raptor-aix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/redland/raptor/raptor-aix.patch b/redland/raptor/raptor-aix.patch
deleted file mode 100644
index d6427c5..0000000
--- a/redland/raptor/raptor-aix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- misc/raptor-1.4.18/config.guess 2010-09-16 03:07:14.000000000 -0500
-+++ misc/build/raptor-1.4.18/config.guess 2010-09-16 03:08:00.000000000 -0500
-@@ -532,7 +532,7 @@
- echo rs6000-ibm-aix3.2
- fi
- exit ;;
-- *:AIX:*:[456])
-+ *:AIX:*:[4567])
- IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
- IBM_ARCH=rs6000
-@@ -544,6 +544,9 @@
- else
- IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
- fi
-+ if [ "$IBM_REV" == "V7BETA" ]; then
-+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
-+ fi
- echo ${IBM_ARCH}-ibm-aix${IBM_REV}
- exit ;;
- *:AIX:*:*)