summaryrefslogtreecommitdiff
path: root/math/gap/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/gap/patches/patch-aa')
-rw-r--r--math/gap/patches/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/math/gap/patches/patch-aa b/math/gap/patches/patch-aa
index 123c1eeb25c..6d61d7e6179 100644
--- a/math/gap/patches/patch-aa
+++ b/math/gap/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2002/10/08 04:49:42 cjep Exp $
+$NetBSD: patch-aa,v 1.3 2012/01/16 21:02:20 sbd Exp $
---- configure.orig Tue Jan 15 15:03:18 2002
+--- configure.orig 2002-01-15 15:03:18.000000000 +0000
+++ configure
-@@ -887,7 +887,7 @@
+@@ -606,7 +606,7 @@ NONE)
+ esac ;;
+ esac
+
+-target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
++target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias | sed 's/-gnu//'`
+ target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+ target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+@@ -887,7 +887,7 @@ else
fi