summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/cns/files/1.2-allow-unknown-architectures.patch')
-rw-r--r--sci-chemistry/cns/files/1.2-allow-unknown-architectures.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-chemistry/cns/files/1.2-allow-unknown-architectures.patch b/sci-chemistry/cns/files/1.2-allow-unknown-architectures.patch
deleted file mode 100644
index 327ffb2811b3..000000000000
--- a/sci-chemistry/cns/files/1.2-allow-unknown-architectures.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- cns_solve_1.2.orig/bin/install 2008-01-09 17:21:43.000000000 -0800
-+++ cns_solve_1.2/bin/install 2008-01-09 17:21:59.000000000 -0800
-@@ -78,12 +78,6 @@
- exit 1
- endif
- #
--if ( $CNS_ARCH =~ unknown* ) then
-- echo "the architecture of the machine is unknown - CNS_ARCH=$CNS_ARCH"
-- echo 'aborting installation'
-- exit 1
--endif
--#
- set prod=`echo $CNS_ARCH | awk 'BEGIN{FS="-"}{print $1}'`
- set cpu=`echo $CNS_ARCH | awk 'BEGIN{FS="-"}{print $2}' | sed 's/[0-9]*\.*[0-9]*$//'`
- set os=`echo $CNS_ARCH | awk 'BEGIN{FS="-"}{print $3}'`