summaryrefslogtreecommitdiff
path: root/math/octave-current/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-current/patches/patch-ae')
-rw-r--r--math/octave-current/patches/patch-ae30
1 files changed, 6 insertions, 24 deletions
diff --git a/math/octave-current/patches/patch-ae b/math/octave-current/patches/patch-ae
index dc2b3e27f7e..06c7dbf343e 100644
--- a/math/octave-current/patches/patch-ae
+++ b/math/octave-current/patches/patch-ae
@@ -1,31 +1,13 @@
-$NetBSD: patch-ae,v 1.2 2001/04/22 20:23:02 jtb Exp $
+$NetBSD: patch-ae,v 1.3 2003/12/04 11:15:37 adam Exp $
---- libcruft/misc/Makefile.in.orig Sun Apr 22 20:22:10 2001
-+++ libcruft/misc/Makefile.in Sun Apr 22 20:43:27 2001
-@@ -27,15 +27,7 @@
-
- INCLUDES := f77-fcn.h lo-error.h
-
--ifeq ($(SHARED_LIBS), true)
-- ifdef CPICFLAG
-- CPICDEP := pic/machar.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 +48,6 @@
+--- libcruft/misc/Makefile.in.orig 2003-11-20 13:50:06.000000000 +0100
++++ libcruft/misc/Makefile.in
+@@ -62,7 +62,7 @@ XCC = $(patsubst -O%, , $(CC))
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 $@
+ pic/machar.o: $(srcdir)/machar.c
+ $(XCC) -c $(CPPFLAGS) $(CPICFLAG) $(XALL_CFLAGS) -DDP $< -o $@