summaryrefslogtreecommitdiff
path: root/math/tela/patches
diff options
context:
space:
mode:
Diffstat (limited to 'math/tela/patches')
-rw-r--r--math/tela/patches/patch-ad11
-rw-r--r--math/tela/patches/patch-ai10
2 files changed, 20 insertions, 1 deletions
diff --git a/math/tela/patches/patch-ad b/math/tela/patches/patch-ad
index 39262379758..a6d76c050e6 100644
--- a/math/tela/patches/patch-ad
+++ b/math/tela/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.5 2001/03/09 00:32:16 jtb Exp $
+$NetBSD: patch-ad,v 1.6 2001/04/09 03:09:12 jtb Exp $
--- Makefile.orig Tue Mar 6 18:25:25 2001
+++ Makefile
@@ -11,6 +11,15 @@ $NetBSD: patch-ad,v 1.5 2001/03/09 00:32:16 jtb Exp $
SGML2PS = sgml2latex
#HDFLIBS = /usr/local/lib/libdf.a
#DLDINCLUDE =
+@@ -94,7 +94,7 @@
+ TSYGANENKO_O = geopack_ct.o
+ TSYGLIB = libtsyg.a
+ MPEG2ENCODELIB = libmpeg2encode.a
+-CTELA_MODULES = std.o files.o plotmtv.o sppc.o la.o fft.o dld.o fileio.o \
++CTELA_MODULES = MAIN__.o std.o files.o plotmtv.o sppc.o la.o fft.o dld.o fileio.o \
+ numerics.o ani.o $(MATLABENG_O) $(CDF_O) $(TSYGANENKO_O)
+ NEEDED_BY_CTELA_MODULES = $(MATLABLIB) $(VECFFTPACK_O) fftpack.o $(TSYGLIB) $(MPEG2ENCODELIB)
+ #---------------------------------------------------------------------
@@ -113,7 +113,7 @@
OBJECTDEPS = objarithm.H object.H def.H deftyp.h Tcomplex.H error.H ctinfo.H common.H $(srcdir)/templ/tLL.H
EXECUTABLES = testobject testil testerror testtree tela ctpp
diff --git a/math/tela/patches/patch-ai b/math/tela/patches/patch-ai
new file mode 100644
index 00000000000..58cb3cfa61d
--- /dev/null
+++ b/math/tela/patches/patch-ai
@@ -0,0 +1,10 @@
+$NetBSD: patch-ai,v 1.3 2001/04/09 03:09:12 jtb Exp $
+
+--- /dev/null Mon Apr 9 02:50:05 2001
++++ MAIN__.c
+@@ -0,0 +1,5 @@
++void
++MAIN__ (void)
++{
++ abort();
++}