diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-27 12:06:55 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-27 12:06:55 +0000 |
commit | 1a09796e7a73f537ff3f1d5de7c346c07c4b97d5 (patch) | |
tree | f87de0575500aa50f1431e3d36d33b37774ec5b3 /math/octave-current/patches/patch-ae | |
parent | 4b2b4a974e5260a49d561ee8dd0cff2e9938b932 (diff) | |
download | pkgsrc-1a09796e7a73f537ff3f1d5de7c346c07c4b97d5.tar.gz |
Initial import of octave-current (octave-2.1.33), a high-level language
primarily intended for numerical computations.
Submitted in PR 9851 by Adam Ciarcinski, updated by Adam and by myself.
Diffstat (limited to 'math/octave-current/patches/patch-ae')
-rw-r--r-- | math/octave-current/patches/patch-ae | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/math/octave-current/patches/patch-ae b/math/octave-current/patches/patch-ae new file mode 100644 index 00000000000..dd881ca716e --- /dev/null +++ b/math/octave-current/patches/patch-ae @@ -0,0 +1,29 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/03/27 12:06:55 wennmach Exp $ + +--- libcruft/misc/Makefile.in.orig Fri Apr 7 10:34:43 2000 ++++ libcruft/misc/Makefile.in Fri Apr 7 14:49:50 2000 +@@ -27,15 +27,6 @@ + + INCLUDES := f77-fcn.h lo-error.h + +-ifeq ($(SHARED_LIBS), true) +- ifdef CPICFLAG +- CPICDEP := pic/machar.o pic/dostop.o pic/f77-fcn.o +- endif +- ifdef CXXPICFLAG +- CXXPICDEP := pic/f77-extern.o pic/lo-error.o +- endif +- SPECIAL_PICDEPEND := $(CPICDEP) $(CXXPICDEP) +-endif + + include ../Makerules + +@@ -56,7 +47,5 @@ + XALL_CFLAGS = $(patsubst -O%, , $(ALL_CFLAGS)) + + machar.o: $(srcdir)/machar.c +- $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $< ++ ${LIBTOOL} --mode=compile $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $< + +-pic/machar.o: $(srcdir)/machar.c +- $(XCC) -c $(CPPFLAGS) $(CPICFLAG) $(XALL_CFLAGS) -DDP $< -o $@ |