diff options
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 $@ |