summaryrefslogtreecommitdiff
path: root/math/octave-current/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-05-26 21:22:27 +0000
committerkristerw <kristerw@pkgsrc.org>2005-05-26 21:22:27 +0000
commita8f3fd904f021d2a082f516e6b0d4d22d8a0970c (patch)
tree758141fba49c6a75e04370fd2f74080b3d4ca451 /math/octave-current/patches
parent4bcb3e6d4f6f7dc8b9db403a5670567ffdeefc83 (diff)
downloadpkgsrc-a8f3fd904f021d2a082f516e6b0d4d22d8a0970c.tar.gz
Fix broken GNU configure script that was overriding the SED that was
passed to it with an empty string.
Diffstat (limited to 'math/octave-current/patches')
-rw-r--r--math/octave-current/patches/patch-aa23
1 files changed, 17 insertions, 6 deletions
diff --git a/math/octave-current/patches/patch-aa b/math/octave-current/patches/patch-aa
index 1df6c2da396..d6592514196 100644
--- a/math/octave-current/patches/patch-aa
+++ b/math/octave-current/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
+$NetBSD: patch-aa,v 1.14 2005/05/26 21:22:27 kristerw Exp $
---- configure.orig 2005-04-22 17:34:21.000000000 +0000
-+++ configure
-@@ -10521,7 +10521,7 @@ if $have_fortran_compiler; then
+--- configure.orig 2005-04-22 19:34:21.000000000 +0200
++++ configure 2005-05-26 23:18:32.000000000 +0200
+@@ -10521,7 +10521,7 @@
%.c : %.f
%.o : %.f
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
pic/%.o : %.f
$(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
-@@ -13229,7 +13229,7 @@ TEMPLATE_AR='$(AR)'
+@@ -13229,7 +13229,7 @@
TEMPLATE_ARFLAGS="$ARFLAGS"
library_path_var=LD_LIBRARY_PATH
case "$canonical_host_type" in
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
SH_LD=ld
SH_LDFLAGS=-Bshareable
;;
-@@ -22682,19 +22682,19 @@ case "$canonical_host_type" in
+@@ -22682,19 +22682,19 @@
cat << \EOF > $bsd_gcc_kluge_targets_frag
lex.o: lex.cc
@@ -45,3 +45,14 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
EOF
;;
+@@ -22822,9 +22822,9 @@
+ rm -rf "$tmp"
+
+ fi
++SED=$octave_cv_path_sed
+
+ fi
+-SED=$octave_cv_path_sed
+
+ echo "$as_me:$LINENO: result: $SED" >&5
+ echo "${ECHO_T}$SED" >&6