diff options
Diffstat (limited to 'math/octave-forge/files/patch-configure')
-rw-r--r-- | math/octave-forge/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-forge/files/patch-configure b/math/octave-forge/files/patch-configure new file mode 100644 index 000000000000..a25912529846 --- /dev/null +++ b/math/octave-forge/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Feb 12 16:56:56 2004 ++++ configure Fri May 7 06:06:47 2004 +@@ -2686,7 +2686,7 @@ + + COPY_FLAGS="-fdp" + case "$canonical_host_type" in +- powerpc-apple-darwin*) ++ powerpc-apple-darwin*|*freebsd*) + COPY_FLAGS="-Rfp" + ;; + esac |