summaryrefslogtreecommitdiff
path: root/math/octave-forge/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge/patches/patch-ac')
-rw-r--r--math/octave-forge/patches/patch-ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/octave-forge/patches/patch-ac b/math/octave-forge/patches/patch-ac
new file mode 100644
index 00000000000..2b42a108ceb
--- /dev/null
+++ b/math/octave-forge/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/08/14 13:29:56 dmcmahill Exp $
+
+--- configure.base.orig Mon Apr 12 01:47:27 2004
++++ configure.base
+@@ -283,10 +283,10 @@ AC_PROG_INSTALL
+ AC_PROG_RANLIB
+
+ dnl Use $(COPY_FLAGS) to set options for cp when installing .oct files.
+-COPY_FLAGS="-fdp"
++COPY_FLAGS="-Rfp"
+ case "$canonical_host_type" in
+- powerpc-apple-darwin*)
+- COPY_FLAGS="-Rfp"
++ *-*-linux*)
++ COPY_FLAGS="-fdp"
+ ;;
+ esac
+ AC_SUBST(COPY_FLAGS)