summaryrefslogtreecommitdiff
path: root/math/octave-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-current/patches/patch-aa')
-rw-r--r--math/octave-current/patches/patch-aa18
1 files changed, 13 insertions, 5 deletions
diff --git a/math/octave-current/patches/patch-aa b/math/octave-current/patches/patch-aa
index c8e704b6f56..391e98fcd71 100644
--- a/math/octave-current/patches/patch-aa
+++ b/math/octave-current/patches/patch-aa
@@ -1,20 +1,27 @@
---- configure.orig Fri Mar 12 19:39:23 2004
-+++ configure Mon Sep 6 16:28:24 2004
-@@ -7931,5 +7931,5 @@
+$NetBSD: patch-aa,v 1.9 2004/09/23 13:03:41 adam Exp $
+
+--- configure.orig 2004-09-22 03:35:07.000000000 +0000
++++ configure
+@@ -8508,7 +8508,7 @@ if $have_fortran_compiler; then
+ %.c : %.f
%.o : %.f
- $(FC) -c $(ALL_FFLAGS) -o $@ $<
+ ${LIBTOOL} --mode=compile --tag=CC $(FC) -c $(ALL_FFLAGS) $<
pic/%.o : %.f
-@@ -9831,5 +9831,5 @@
+ $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
+@@ -10718,7 +10718,7 @@ TEMPLATE_AR='$(AR)'
+ TEMPLATE_ARFLAGS="$ARFLAGS"
library_path_var=LD_LIBRARY_PATH
case "$canonical_host_type" in
- *-*-386bsd* | *-*-openbsd* | *-*-netbsd*)
+ *-*-386bsd* | *-*-openbsd* )
SH_LD=ld
SH_LDFLAGS=-Bshareable
-@@ -18718,17 +18718,17 @@
+ ;;
+@@ -20739,19 +20739,19 @@ case "$canonical_host_type" in
+ cat << \EOF > $bsd_gcc_kluge_targets_frag
lex.o: lex.cc
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
@@ -37,3 +44,4 @@
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
EOF
+ ;;