summaryrefslogtreecommitdiff
path: root/math/octave-forge/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge/patches/patch-ae')
-rw-r--r--math/octave-forge/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/octave-forge/patches/patch-ae b/math/octave-forge/patches/patch-ae
new file mode 100644
index 00000000000..98d669fa4ed
--- /dev/null
+++ b/math/octave-forge/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1.1.1 2004/08/14 13:29:56 dmcmahill Exp $
+
+--- extra/mex/Makefile.orig Fri Feb 6 17:05:11 2004
++++ extra/mex/Makefile
+@@ -58,7 +58,7 @@ endif
+ @if test -d $(bindir) ; then \
+ echo installing mex/mex in $(bindir) ; \
+ $(RM) $(bindir)/mex ; \
+- $(INSTALL_PROGRAM) mex $(bindir)/mex ; \
++ $(INSTALL_SCRIPT) mex $(bindir)/mex ; \
+ fi
+
+ clean: ; $(RM) mex mex_* $(MEXLIB) *.o *.oct core octave-core *~